latestOpenAPI 3.1.02026-08-19270462702.4 KB
b92f75fd3b61
deployments
List deployment history for a project
Return deployment history for a project, newest first.
Args: project_id: ID of the project to query. auth: Authenticated user. limit: Maximum number of records to return (1-100, default 50).
Returns: DeploymentHistoryResponse with ordered deployment records.
Raises: HTTPException: 403 if the user does not have access to the project; 404 if the project is not found.
get/projects/{project_id}/deployments
Path parameters
project_idstring uuid required
Query parameters
limitinteger
Response
Successful Response