Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Headers

x-bot-id
string
required

Bot id

x-integration-id
string

Integration id

x-integration-alias
string

Integration alias

x-integration-name
string

Integration name

x-user-id
string

User Id

x-user-role
string

User Role

Query Parameters

nextToken
string

Provide the meta.nextToken value provided in the last API response to retrieve the next page of results

sortField
enum<string>

Sort results by this field

Available options:
key,
size,
createdAt,
updatedAt,
status
sortDirection
enum<string>

Sort results in this direction

Available options:
asc,
desc
ids
string[]

Filter files by IDs.

Maximum array length: 50
indexed
boolean

Filter files by indexing state

Response

Returns the list of files related to the bot.

files
object[]
required
meta
object
required
Last modified on March 20, 2026