cURL
curl --request GET \ --url https://api.cartesia.ai/agents/deployments/{deployment_id} \ --header 'Authorization: Bearer <token>' \ --header 'Cartesia-Version: <cartesia-version>'
{ "id": "<string>", "agent_id": "<string>", "status": "<string>", "is_pinned": true, "is_live": true, "env_var_collection_id": "<string>", "source_code_file_id": "<string>", "git_commit_hash": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "build_completed_at": "2023-11-07T05:31:56Z", "build_error": "<string>", "build_logs": "<string>", "build_started_at": "2023-11-07T05:31:56Z", "deployment_started_at": "2023-11-07T05:31:56Z", "deployment_completed_at": "2023-11-07T05:31:56Z", "deployment_error": "<string>" }
Get a deployment by its ID.
2024-06-10
2024-11-13
2025-04-16