Skip to main content
GET
/
cases
/
{id}
/
progress
/
stream
Stream case progress updates (SSE)
curl --request GET \
  --url https://api.{region}.neo.veridox.ai/cases/{id}/progress/stream \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

access_token
string
required

Access token for authentication (for sse authentication)

Response

The response is of type object.