List user workflows
List workflows for the authenticated user with optional search and filtering.
Features:
- Paginated results with cursor-based pagination
- Search by workflow name or title
- Filter by model endpoints used in the workflow
Authentication: Required. Returns only workflows owned by the authenticated user.
Common Use Cases:
- Display user’s workflow library
- Search for specific workflows
- Find workflows using particular models
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Query Parameters
Maximum number of items to return. Actual maximum depends on query type and expansion parameters.
x >= 150
Pagination cursor from previous response. Encodes the page number.
"Mg=="
Search by workflow name or title
"image generation"
Filter by model endpoint IDs used in the workflow. Can be a single value or comma-separated values.
Response
Successfully retrieved workflows
Response containing workflow data with pagination support
Array of workflow items
Cursor for the next page of results, null if no more pages
"eyJvZmZzZXQiOjEwfQ=="
Whether more results are available
true
Total number of workflows matching the query
42