Skip to main content
GET
/
workspaces
/
{workspace_id}
/
files
List Files
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Response

Successful Response

files
FileResponse · object[]
required
total
integer
required