Read provider-neutral request trace

GET
/api/v1/data/requests/{id}/events
X-API-Key<token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/data/requests/497f6eca-6276-4993-bfeb-53cbbbba6f08/events"
{  "data": [    {      "event_type": "string",      "phase": "string",      "captcha_type": "string",      "attempt": 0,      "message": "string",      "metadata": {},      "request_id": "string",      "created_at": "2019-08-24T14:15:22Z"    }  ]}