List files
File
List files
List files uploaded to your project with pagination and filters. Use to show a file library or pick a file for use in workflows (e.g. knowledge, attachments).
GET
List files
Authorizations
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Query Parameters
Search keyword for filtering results
Example:
"john doe"
Page number (1-based)
Required range:
x >= 1Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
20
Number of items to skip (for offset-based pagination)
Required range:
x >= 0Example:
0
Field name to sort by
Example:
"createdAt"
Sort order
Available options:
ASC, DESC Example:
"DESC"
Comma-separated list of fields to include in response
Example:
"id,name,email"
Filter files by format/extension
Example:
"png"
Response
200 - application/json
Files retrieved successfully