RedRavenApi reference

Get agent run manifest

Read current client-response progress for resumable SDK runs.

GET
/tests/{test_id}/agent-run

Read current client-response progress for resumable SDK runs.

Authorization

ApiKeyAuth OrganizationId
X-API-Key<token>

Your RedRaven API key.

In: header

X-Organization-Id<token>

RedRaven organization UUID that scopes the API key.

In: header

Path Parameters

test_id*string

RedRaven test UUID.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/tests/497f6eca-6276-4993-bfeb-53cbbbba6f08/agent-run"
{  "test_id": "string",  "state": "not_started",  "expected_cases": 0,  "received": 0,  "failed": 0,  "received_case_ids": [    "string"  ],  "failed_case_ids": [    "string"  ],  "job_id": "string",  "run_id": "string"}