Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
Successful Response
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"model_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"service_name": "<string>",
"status": "Pending",
"annotations": {},
"organisation_id": "<string>",
"created_at": "2025-10-14T08:11:46.710711",
"updated_at": "2025-10-14T08:11:46.710721"
}
]Fetch all the deployments
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"model_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"service_name": "<string>",
"status": "Pending",
"annotations": {},
"organisation_id": "<string>",
"created_at": "2025-10-14T08:11:46.710711",
"updated_at": "2025-10-14T08:11:46.710721"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response