RedRavenApi reference

Complete an agent run

Finalize client-response collection and enqueue evaluation when coverage is complete.

POST
/tests/{test_id}/agent-run/complete

Finalize client-response collection and enqueue evaluation when coverage is complete.

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 POST "https://example.com/tests/497f6eca-6276-4993-bfeb-53cbbbba6f08/agent-run/complete"
{  "test_id": "22e96a18-23fe-4c06-8ee6-180390ceaded",  "state": "string",  "run_id": "string"}