API ReferenceApi claw

List Agent Drive files

API documentation for List Agent Drive files

GET
/api/v1/spaces/{spaceId}/agents/{agentId}/drive/files

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication.

In: header

Path Parameters

spaceId*string
agentId*string

Query Parameters

path?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/spaces/string/agents/string/drive/files"
{  "files": [    {      "path": "string",      "name": "string",      "type": "file",      "size": 0,      "mimeType": "string",      "updatedAt": "string"    }  ],  "total": 0}