List test entities
List test entities (specs or tests) for a run.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Specifies the expected response format. Must be set to application/json for proper API communication.
application/json Path Parameters
Id of the project. You can get project_id by listing your projects using the List projects API.
"pdqmxlz"
Query Parameters
Kind of test entity to list. Defaults to spec.
spec, test "spec"
Filter by status. Accepts one or more statuses as a comma-separated list.
passed, failed, skipped, interrupted, timed_out, flaky ["failed", "flaky"]Page of results to retrieve, starting from 1. Defaults to 1 when omitted.
1
Number of records returned per page. Each endpoint applies its own default and maximum value.
15