List all files
Every file in your account, newest first - Clemta-published deliverables and your own uploads alike. Filter by purpose, source or company.
Authorizations
Your API key, e.g. Authorization: Bearer clmt_test_. Live keys use the clmt_live_ prefix.
Query Parameters
Comma-separated fields to sort by, a minus prefix for descending (for example -created_at). Each endpoint's sortable fields are in its description; an unsupported one is rejected with a suggestion.
"-created_at,name"
1 <= x <= 100Use the page's end_cursor as the after value to fetch the next page. Cursors are opaque and only valid for the listing that minted them.
Use the page's start_cursor as the before value to fetch the previous page. Cannot be combined with after.