Skip to main content
GET
/
v1
/
poll
/
{session_id}
Poll Session Updates
curl --request GET \
  --url https://api.superdocs.app/v1/poll/{session_id} \
  --header 'authorization: <authorization>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string
required

Path Parameters

session_id
string
required

Query Parameters

since
string | null

ISO 8601 timestamp — only return updates after this time

timeout
integer
default:1800

Long polling timeout in seconds (max 1800 = 30 minutes)

Response

Successful Response