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://api.miteos.com/workspaces/{workspace_id}/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "id": "<string>", "filename": "<string>", "size": 123, "mime_type": "<string>", "version": 123, "download_url": "<string>" } ], "total": 123 }
List all files in a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes