List deployments for a job
GET/jobs/:id/deployments
Returns deployment history for a specific job.
Shows all deployments for this job, ordered by creation time (newest first). Use this to:
- View deployment history
- Track version rollouts
- Find the active deployment
- Understand deployment patterns and frequency
Request
Responses
- 200
- 400
- 404
- 500
OK
Invalid query parameters
Job not found
Internal Server Error