Skip to main content
GET
Get Test Invocation

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Path Parameters

test_invocation_id
string
required

The id of a test invocation. This is returned when tests are run.

Response

Successful Response

id
string
required
test_runs
UnitTestRunResponseModel · object[]
required
agent_id
string | null
branch_id
string | null
created_at
integer
folder_id
string | null
repeat_count
integer
default:1
bucketing_status
enum<string> | null

None when repeat_count==1 (no bucketing). Otherwise tracks bucketing lifecycle.

Available options:
pending,
completed,
failed
result_groups
TestRunResultSummary · object[]