cURL
curl --request GET \ --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/files \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "files": [ { "fileId": "<string>", "filename": "<string>", "mimeType": "<string>", "size": 123, "url": "<string>", "createdAt": "2023-11-07T05:31:56Z", "conversationId": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "requestId": "<string>" } }
limit
offset
conversationId
Auth0 access token for registered users.
1 <= x <= 100
x >= 0
Limit uploads to a specific conversation.
Files returned.
true
Show child attributes