Artifacts

Get status of Remote Caching for this principal

Check the status of Remote Caching for this principal. Returns a JSON-encoded status indicating if Remote Caching is enabled, disabled, or disabled due to usage limits.

GET
/v8/artifacts/status

Authorization

AuthorizationRequiredBearer <token>

Default authentication mechanism

In: header

Query Parameters

teamIdstring

The Team identifier to perform the request on behalf of.

slugstring

The Team slug to perform the request on behalf of.

curl -X GET "https://api.vercel.com/v8/artifacts/status?teamId=string&slug=string" \
  -H "Authorization: Bearer <token>"

{
  "status": "disabled"
}