List Files

GET/v1/files

Returns a paginated list of files associated with your API key. Supports filtering by tag and sorting by upload date.

Query Parameters

ParameterTypeDescription
tagstringFilter by tag value
limitintegerNumber of results per page (default: 20, max: 100)
cursorstringPagination cursor from previous response

Example Request

curl https://api.tuskr.dev/v1/files?tag=avatar&limit=10 \
  -H "Authorization: Bearer tsk_live_xxxx"

See Also