Skip to main content
GET
/
chat
/
file
/
{file_id}
Fetch Chat File
curl --request GET \
  --url https://cloud.onyx.app/api/chat/file/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Path Parameters

file_id
string
required

Response

Successful Response