Skip to main content
GET
List files
Returns metadata only (id, filename, bytes, mime_type) — not the contents; download with GET /files/{id}/content. Pass a file’s id in a message’s file_ids to attach it to a Task as an explicit input.

Authorizations

Authorization
string
header
required

Requires an API key. See the Authentication guide.

Query Parameters

project_id
string
required
limit
integer
default:50
skip
integer
default:0

Response

200 - application/json

Drive contents (a mix of uploaded input files and agent-produced result files).

data
File · object[]
required
object
string
default:list
Allowed value: "list"
has_more
boolean
default:false
next_skip
integer | null