Skip to main content
GET
List manual test runs

Authorizations

Authorization
string
header
required

User PAT (td_pat_) scoped to the target project

Path Parameters

projectId
string
required

The project identifier (e.g. project_abc123). Must match the project associated with your PAT.

Query Parameters

status
enum<string>
Available options:
active,
closed
state
string
environment
string
releaseId
string

Runs in this release; none for unlinked.

tags
string

Comma-separated tags.

sortBy
enum<string>
Available options:
createdAt,
updatedAt,
name
sortOrder
enum<string>
Available options:
asc,
desc
page
integer
Required range: x >= 1
limit
integer

Default 25.

Required range: 1 <= x <= 200

Response

Run list

success
enum<boolean>
Available options:
true
data
object
pagination
object