Projects
API key authentication using Bearer token
Maximum number of items to return (default: 10, max: 50)
10Cursor for pagination. Returns items after this cursor value.
Cursor for pagination. Returns items before this cursor value.
Successful response
Whether there are more items to fetch
Invalid request parameters
Authentication failed
API key authentication using Bearer token
The project ID
proj_abc123Successful response
Invalid request parameters
Authentication failed
Resource not found
API key authentication using Bearer token
The project ID
proj_abc123Maximum number of items to return (default: 10, max: 50)
10Cursor for pagination. Returns items after this cursor value.
Cursor for pagination. Returns items before this cursor value.
Filter by tags (can be specified multiple times using bracket notation, e.g., tags[]=value1&tags[]=value2)
["tag1","tag2"]Filter by git authors (can be specified multiple times using bracket notation, e.g., authors[]=author1&authors[]=author2)
["author1","author2"]Filter by environment (can be specified multiple times using bracket notation, e.g., environments[]=staging&environments[]=production)
["staging","production"]Branch filter value: an exact branch name, or a trailing * for prefix match (e.g. release/*). Max 250 characters.
mainExact branch name (must not contain * or spaces).
^[!-)+-~]+$Prefix match: branch prefix followed by *.
^[!-)+-~]+\*$Deprecated. Use tags[] instead. Filter runs by tags (can be specified multiple times). Use tag_operator to control matching behavior.
["workflow-master","nightly"]Logical operator for tag filtering. AND requires all tags to be present (default), OR requires any tag to be present.
ANDExample: ANDPossible values: Search runs by ciBuildId or commit message. Case-insensitive.
fix login bugFilter runs by normalized pull request id (stored as meta.pr.id). Printable ASCII only, max 128 characters.
42Pattern: ^[!-~]+$Deprecated. Use authors[] instead. Filter runs by git commit author name (can be specified multiple times).
["John Doe"]Filter runs created on or after this date (ISO 8601 format).
2024-01-01T00:00:00ZFilter runs created before this date (ISO 8601 format).
2024-12-31T23:59:59ZSuccessful response
Whether there are more items to fetch
Invalid request parameters
Authentication failed
Resource not found
API key authentication using Bearer token
The project ID
proj_abc123Maximum number of items to return (default: 10, max: 50)
10Cursor for pagination. Returns items after this cursor value.
Cursor for pagination. Returns items before this cursor value.
How many most recent runs to include in each card’s timelinePreview (does not cap total stats).
1Filter by tags (can be specified multiple times using bracket notation, e.g., tags[]=value1&tags[]=value2)
["tag1","tag2"]Logical operator for tag filtering. AND requires all tags to be present (default), OR requires any tag to be present.
ANDExample: ANDPossible values: Successful response
Whether more PR rows exist after this page
Invalid request parameters
Authentication failed
Resource not found
API key authentication using Bearer token
The project ID
proj_abc123Start date in ISO 8601 format
2024-01-01T00:00:00.000ZEnd date in ISO 8601 format
2024-01-31T23:59:59.999ZTime resolution for histogram data
1dPossible values: Filter by tags (can be specified multiple times using bracket notation, e.g., tags[]=value1&tags[]=value2)
["tag1","tag2"]Filter by groups (can be specified multiple times using bracket notation, e.g., groups[]=group1&groups[]=group2)
["group1","group2"]Filter by git authors (can be specified multiple times using bracket notation, e.g., authors[]=author1&authors[]=author2)
["author1","author2"]Successful response
Invalid request parameters
Authentication failed
Resource not found
API key authentication using Bearer token
The project ID
proj_abc123Term kind to list
Maximum number of terms to return (default: 100, max: 100)
100Sort direction: desc (default) or asc.
descPossible values: Cursor for pagination. Returns items after this cursor value.
Cursor for pagination. Returns items before this cursor value.
Optional case-insensitive prefix filter on term values (up to 128 characters)
Successful response
Invalid request parameters
Authentication failed
Resource not found
Last updated
Was this helpful?