Chats Files
Get Chat Files
Retrieve all files shared in this chat.
GET
Get Chat Files
Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication using your API key
Path Parameters
Chat ID
Query Parameters
Search files by filename
Maximum string length:
256Example:
"document.pdf"
Filter by MIME type (prefix match)
Example:
"image/"
Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
200 - application/json
Unique identifier for the file
Path to the file in the storage system
Maximum string length:
2048Name of the file
Maximum string length:
255Example:
"document.pdf"
Size of the file in bytes
Example:
1024
MIME type of the file
Maximum string length:
255Example:
"application/pdf"
URL to access the file
Maximum string length:
2048Timestamp when the file was created
Get Chat Files