GET /api/v1/cloud/files
Retrieves files under the current account.
Headers
Query parameters
Example request
Example response
HTTP 200 OKResponse fields
Pagination
Results are sorted bycreated_at and id. To page through files:
- Make the first request with
limitto fetch the first page. - If
has_moreistrue, usepage=<next_page>to fetch the next page. - Use
before_id=<first_id>to page backward.
Errors
See Errors for the full error envelope.
Related
Attach and download files
Upload files to give your agent context, and download files it produces.