Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://mosoo.ai/api/v1/threads/{threadId}/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "committed": true, "createdAt": "2026-05-19T00:02:00.000Z", "id": "file_01KQX0V62MEXAMPLE7W6X3B2A", "kind": "attachment", "mimeType": "text/plain", "name": "brief.txt", "size": 19 } ] }
Use Authorization: Bearer grt_pat_... . PATs identify an account and do not carry scopes.
Thread ID returned by create thread.
^[0-9A-HJKMNP-TV-Z]{26}$
Thread file list.
Show child attributes