Test Plans
List Test Plans
Retrieve a paginated list of test plans for your project.
GET
Permission Required:
project:read-runsQuery Parameters
Search by test plan name
Field to sort by:
name, test_count, modified_at, or created_atSort direction:
asc or descPage number (0-indexed)
Results per page (1-100)
Response
Array of test plan summary objects
Pagination information
TestPlanSummary Object
Unique identifier for the test plan
Project the test plan belongs to
Test plan name
Number of tests in the plan
ISO 8601 timestamp when the test plan was created
Who created the test plan
ISO 8601 timestamp when the test plan was last modified
Who last modified the test plan
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
Search by test plan name
Field to sort by
Available options:
name, test_count, modified_at, created_at Sort direction
Available options:
asc, desc Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100