GET
/
functions
/
{functionName}
/
revisions
curl --request GET \
  --url https://api.blaxel.ai/v0/functions/{functionName}/revisions \
  --header 'Authorization: Bearer <token>'
[
  {
    "active": true,
    "canary": true,
    "createdAt": "<string>",
    "createdBy": "<string>",
    "id": "<string>",
    "previousActive": true,
    "status": "<string>",
    "trafficPercent": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

functionName
string
required

Name of the function

Response

200 - application/json

successful operation

The response is of type object[].