工件
查询关于工件的信息
查询关于工件数组的信息。
查询关于工件数组的信息。
Authorization
必需Bearer <token>默认身份验证机制
位置:header
application/json
可选hashes
必需array<string>工件哈希值
teamId
string代表团队执行请求的团队标识符。
slug
string代表团队执行请求的团队别名。
curl -X POST "https://api.vercel.com/v8/artifacts?teamId=string&slug=string" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"hashes": [
"string"
]
}'
{
"property1": {
"size": 0,
"taskDurationMs": 0,
"tag": "string"
},
"property2": {
"size": 0,
"taskDurationMs": 0,
"tag": "string"
}
}