AgentFS

List files

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer
Range1 <= value <= 200
Default50
cursor?string

Opaque pagination cursor from the preceding response.

project?string
prefix?string
status?string

Comma list of ready, uploading, failed, and trashed. Defaults to ready.

Response Body

application/json

application/problem+json

GET
/v1/files
curl -X GET "https://example.com/v1/files"
{}