Sign in

List files

documented

List uploaded files.

GET /v1/filesFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cerebras.ai/v1/files?limit={{$limit}}&after={{$after}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{CEREBRAS_API_KEY}}"
List files · Cerebras · OpenIntegrations