Authorizations
Cartesia API key
Headers
API version header. Must be set to the API version, e.g. '2024-06-10'.
2024-06-10, 2024-11-13, 2025-04-16 "2025-04-16"
Path Parameters
The ID of the deployment.
Response
The unique identifier for the deployment.
The ID of the agent associated with this deployment.
The current status of the deployment. It can be queued, inactive, deploy_error, skipped, build_error, building, or deployed.
Marks that this deployment is the active deployment for its associated agent_id. Only one deployment per agent can be pinned at a time. Deployments can be pinned even if they are not live or failed.
True if this deployment is the live production deployment for its associated agent_id. Only one deployment per agent can be live at a time.
The ID of the environment variable collection associated with this deployment.
The ID of the source code file associated with this deployment.
The commit hash of the Git repository for this deployment.
The UTC timestamp when the deployment was created.
The UTC timestamp when the deployment was last updated.
The UTC timestamp when the build was completed.
Logs generated during the build process of the deployment.
The UTC timestamp when the build process started.
The UTC timestamp when the deployment process started.
The UTC timestamp when the deployment process was completed.
Any error that occurred during the build process.
Any error that occurred during the deployment process.