Spec Files
Authorizations
AuthorizationstringRequired
API key authentication using Bearer token
Path parameters
projectIdstringRequiredExample:
The project ID
proj_abc123Query parameters
date_startstring · date-timeRequiredExample:
Start date in ISO 8601 format
2024-01-01T00:00:00.000Zdate_endstring · date-timeRequiredExample:
End date in ISO 8601 format
2024-01-31T23:59:59.999ZpageintegerOptionalDefault:
Page number (0-indexed)
0limitinteger · min: 1 · max: 50OptionalDefault:
Maximum number of items to return (default: 50, max: 50)
50tagsstring[]Optional
Filter by tags (can be specified multiple times)
branchesstring[]Optional
Filter by branches (can be specified multiple times)
groupsstring[]Optional
Filter by groups (can be specified multiple times)
authorsstring[]Optional
Filter by git authors (can be specified multiple times)
orderstring · enumOptionalDefault:
Field to order results by
avgDurationPossible values: dirstring · enumOptionalDefault:
Sort direction
descPossible values: specNameFilterstringOptional
Filter spec files by name (partial match)
includeFailedInDurationbooleanOptionalDefault:
Include failed executions in duration calculation
falseResponses
200
Successful response
application/json
400
Invalid request parameters
application/json
401
Authentication failed
application/json
404
Resource not found
application/json
get
/spec-files/{projectId}Last updated
Was this helpful?