cURL
curl --request GET \ --url https://core.ravenna.ai/api/statuses \ --header 'x-ravenna-api-token: <api-key>'
{ "statuses": [ { "id": "<string>", "label": "<string>", "order": 123, "system": true, "requestTypes": [ { "id": "<string>", "requestTypeId": "<string>" } ], "statusGroup": { "id": "<string>", "label": "<string>", "workspaceId": "<string>" }, "statusGroupId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "groups": [ { "id": "<string>", "label": "<string>", "order": 123, "color": "<string>", "workspaceId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }
x >= 1
x >= 0
1 <= x <= 10000
asc
desc
Successful response
The response is of type object.
object
Was this page helpful?