List files with optional app and action filters

Retrieves a list of files associated with the authenticated project. Results can be filtered by toolkit and tool slugs.

Headers

x-api-keystringRequired

Query parameters

toolkit_slugstringOptional

Filter files by app slug. Example: “file-converter”

tool_slugstringOptional

Filter files by action slug. Example: “convert-to-pdf”

limitdoubleOptional
Number of items per page
cursorstringOptional
Cursor for pagination. The cursor is a base64 encoded string of the page and limit. The page is the page number and the limit is the number of items per page. The cursor is used to paginate through the items. The cursor is not required for the first page.

Response

Successfully retrieved files
itemslist of objects
total_pagesdouble
current_pagedouble
total_itemsdouble
next_cursorstring or null

Errors