Skip to main content
GET
/
v1
/
attachments
/
status
/
{session_id}
Get Session Attachments
curl --request GET \
  --url https://api.superdocs.app/v1/attachments/status/{session_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Path Parameters

session_id
string
required

Response

Successful Response