Skip to main content
POST
Last passing run per environment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
test_case_id
string
required

Test case ID to look up.

Minimum string length: 1
project_id
integer

Project ID (ignored; the project comes from auth scope).

Required range: x >= 1
days
integer

Look-back window in days (default 30).

Required range: x >= 1
before
string

Anchor the lookup to this point in time (ISO 8601); returns the last pass as of then.

Response

Last passing run per environment.

data
object[]
required

Response payload.