Skip to main content
GET
/
agent
/
files
/
{file_id}
Download Agent File
curl --request GET \
  --url https://chat.sambanova.ai/api/agent/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

SambaNova API Key

Path Parameters

file_id
string
required

file id to get artifact

Response

Successful Response