Skip to main content
GET
List runs for a test

Authorizations

Authorization
string
header
required

API key authentication. Use your Decipher API key as the bearer token.

Path Parameters

testId
string
required

The ID of the test

Example:

"456"

Query Parameters

status
enum<string>
default:all
Available options:
passed,
failed,
running,
all
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string
since
string
until
string

Response

Paginated list of test runs

object
enum<string>
required
Available options:
list
data
object[]
required
hasMore
boolean
required
nextCursor
string | null
required
test
object
required