Skip to main content
POST
Resubmit Tests

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.

Body

application/json
test_run_ids
string[]
required

List of test run IDs to resubmit

Required array length: 1 - 1000 elements
agent_id
string
required

Agent ID to resubmit tests for

agent_config_override
AdhocAgentConfigOverrideForTestRequestModel · object | null

Configuration overrides to use for testing. If not provided, the agent's default configuration will be used.

branch_id
string | null

ID of the branch to run the tests on. If not provided, the tests will be run on the agent default configuration.

Response

Successful Response