List Files
GET
/v1/filesReturns a paginated list of files associated with your API key. Supports filtering by tag and sorting by upload date.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| tag | string | Filter by tag value |
| limit | integer | Number of results per page (default: 20, max: 100) |
| cursor | string | Pagination cursor from previous response |
Example Request
curl https://api.tuskr.dev/v1/files?tag=avatar&limit=10 \
-H "Authorization: Bearer tsk_live_xxxx"