List files for bot
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
Provide the meta.nextToken
value provided in the last API response to retrieve the next page of results
Sort results by this field
key
, size
, createdAt
, updatedAt
, status
Sort results in this direction
asc
, desc
Filter files by tags. Tags should be passed as a URL-encoded JSON object of key-value pairs that must be present in the tags of a file. An array of multiple string values for the same key are treated as an OR condition. To exclude a value, express it as an object with a nested not
key with the string or string-array value(s) to exclude.
Filter files by IDs.
50
Returns the list of files related to the bot.
The response is of type object
.