List OpenAI user_data files

GET
/v1/router/openai/v1/files

Supports after, order, limit, and purpose query parameters. Default order is desc.

Authorization

AuthorizationBearer <token>

API key as Bearer token: Authorization: Bearer dp_sk_xxx

In: header

Query Parameters

after?string
Match^file_dp_[0-9A-HJKMNP-TV-Z]{26}$
order?string
Default"desc"

Value in

  • "asc"
  • "desc"
limit?integer
Range1 <= value <= 100
purpose?string

Response Body

curl -X GET "https://example.com/v1/router/openai/v1/files"
Empty