Projects
API key authentication using Bearer token
Maximum number of items to return (default: 10)
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)
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 branches (can be specified multiple times using bracket notation, e.g., branches[]=main&branches[]=develop)
["main","develop"]Filter by git authors (can be specified multiple times using bracket notation, e.g., authors[]=author1&authors[]=author2)
["author1","author2"]Deprecated. Use branches[] instead. Filter runs by git branch name (single branch).
mainDeprecated. 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 bugDeprecated. 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_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 branches (can be specified multiple times using bracket notation, e.g., branches[]=main&branches[]=develop)
["main","develop"]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
Last updated
Was this helpful?