Test Plans
List Test Plan Executions
Retrieve a paginated list of test plan executions for your project.
GET
Permission Required:
project:read-runsQuery Parameters
Filter by test plan ID
Filter by build ID
Filter by execution status:
completed, in_progress, or queuedField to sort by:
start_time, test_plan_name, or build_nameSort direction:
asc or descPage number (0-indexed)
Results per page (1-100)
Response
Array of test plan execution summary objects
Pagination information
TestPlanExecutionSummary Object
Execution ID
ID of the test plan that was executed
Name of the test plan
ID of the build used
Name of the build used
Current execution status:
completed, in_progress, or queuedISO 8601 timestamp when the execution started
Who started the execution
ISO 8601 timestamp when the execution completed
Total number of tests in this execution
Breakdown of test statuses
Total execution duration in milliseconds
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Filter by test plan ID
Filter by build ID
Filter by execution status
Available options:
completed, in_progress, queued Field to sort by
Available options:
start_time, test_plan_name, build_name Sort direction
Available options:
asc, desc Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100