List Anthropic user_data files

GET
/v1/router/anthropic/v1/files

Supports page, limit, and ids. page uses af1_ + file id; ids is mutually exclusive with page and limit, deduplicated, and capped at 100. Default order is desc.

Authorization

AuthorizationBearer <token>

API key as Bearer token: Authorization: Bearer dp_sk_xxx

In: header

Query Parameters

page?string
Match^af1_file_dp_[0-9A-HJKMNP-TV-Z]{26}$
limit?integer
Range1 <= value <= 100
ids?array<>
Itemsitems <= 100

Response Body

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