API ReferenceApi claw
List API Agent Drive files
API documentation for List API Agent Drive files
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication.
In: header
Path Parameters
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/api-agents/string/drive/files"{ "files": [ { "path": "string", "name": "string", "type": "file", "size": 0, "mimeType": "string", "updatedAt": "string" } ], "total": 0}