v2

latestOpenAPI 3.0.0Proprietary2026-08-07936826.0 KB
Files

List files with optional app and action filters (DEPRECATED)

DEPRECATED: This endpoint is deprecated and will be removed in a future release. Retrieves a list of files associated with the authenticated project. Results can be filtered by toolkit and tool slugs. Responses carry a Deprecation header (RFC 9745) for client-side detection.

get/api/v3/files/list

Query parameters

toolkit_slugstring

Filter files by app slug. Example: "file-converter"

Filter files by app slug. Example: "file-converter"

tool_slugstring

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

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

limitnumber nullable

Number of items per page, max allowed is 50

cursorstring

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

next_cursorstring nullable
total_pagesnumber required
current_pagenumber required
total_itemsnumber required