RedRavenApi reference

Get report status

Poll until the report is ready before downloading it.

GET
/tests/{test_id}/report/status

Poll until the report is ready before downloading it.

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/report/status"
{  "ready": true,  "file_id": "string",  "status": "string",  "error": "string"}