List runs
Runs
List runs
List runs for a project.
GET
List runs
Replace
Learn how to find your subdomain in Workspace subdomain.
{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.
Available options:
application/json Path Parameters
Id of the project. You can get project_id by listing your projects using the List projects API.
Example:
"pdqmxlz"
Query Parameters
Filter runs by branch name.
Example:
"main"
Filter runs by status. Current status of the run.
Available options:
running, passed, failed, passing, failing, timedOut, interrupted Example:
"passed"
Page of results to retrieve, starting from 1. Defaults to 1 when omitted.
Example:
1
Number of records returned per page. Each endpoint applies its own default and maximum value.
Example:
15