List files
Authentication
Query parameters
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
When true, includes export files — the raw output files of your exports (the rendered MP4 you download from an export). When false (default), they are omitted. Requires the Production API add-on; returns an error if you set it to true without it.
When true, includes project files — the generative files created within a project (e.g. each AI image and text-to-speech file produced inside a script-to-video workflow output). When false (default), they are omitted. Requires the Production API add-on; returns an error if you set it to true without it.
Response
When true, there are more files available. Pass nextCursor as the cursor query param to fetch the next page.
Opaque cursor to fetch the next page. null when hasMore is false.