构件查询关于构件的信息查询关于构件数组的信息。 POST/v8/artifacts发送标头查询请求体授权Authorization必需Bearer <token>默认认证机制位置:header请求体application/json可选hashes必需array<string>构件哈希值查询参数teamIdstring代表团队执行请求的团队标识符。slugstring代表团队执行请求的团队 Slug。cURLJavaScriptGoPythoncurl -X POST "https://api.vercel.com/v8/artifacts?teamId=string&slug=string" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "hashes": [ "string" ] }'200400401402403响应{ "property1": { "size": 0, "taskDurationMs": 0, "tag": "string" }, "property2": { "size": 0, "taskDurationMs": 0, "tag": "string" } }TypeScript上一个检查缓存构件是否存在 HEAD下一个下载缓存构件 GET