Skip to main content
GET
/
drives
/
{drive_pid}
Get Drive
curl --request GET \
  --url https://ds.cominty.com/drives/{drive_pid} \
  --header 'x-cominty-token: <api-key>'
{
  "id": "<string>",
  "files": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "name": "<string>",
      "size": 123,
      "mimetype": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Path Parameters

drive_pid
string
required

Response

Successful Response

id
string
required
files
FileOut · object[]
required