cURL
curl --request GET \ --url https://api.tideblaze.com/v1/deployments \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "<string>", "object": "deployment", "created": 123, "status": "active", "owned_by": "<string>", "visibility": "private", "base_model": "<string>", "fine_tuned_model": "<string>" } ] }
Lists private deployed fine-tuned models available to your workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of deployments
list
Show child attributes