List deployments for a repo
List deployments for a repo
List deployments for a repo, identified by its internal id (the {repo}
path segment), newest first.
- end_ts defaults to now.
- start_ts defaults to 28 days before end_ts.
GET
List deployments for a repo
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Required range:
x >= 1Number of deployments per page
Required range:
0 <= x <= 50Filter by environment name. Repeat to select several; omit for all environments the repo has been deployed to.
Include deployments at or after this timestamp. Defaults to 28 days before end_ts
Include deployments at or before this timestamp. Defaults to now
Last modified on July 10, 2026