Get files uploaded by a user for Chat.
OK
object A map of file IDs to ChatFile structs. |
Invalid request
Not Authorized
Forbidden
Too Many Requests
{- "fileIds": [
- "string"
]
}
{- "files": {
- "property1": {
- "id": "FILE_1234",
- "url": "www.google.com",
- "name": "sample.pdf",
- "metadata": {
- "status": "PROCESSING",
- "uploadTime": 0,
- "processedSize": 0,
- "failureReason": "PARSE_FAILED",
- "mimeType": "string"
}
}, - "property2": {
- "id": "FILE_1234",
- "url": "www.google.com",
- "name": "sample.pdf",
- "metadata": {
- "status": "PROCESSING",
- "uploadTime": 0,
- "processedSize": 0,
- "failureReason": "PARSE_FAILED",
- "mimeType": "string"
}
}
}
}