List Workflows
Workflows
List Workflows
Lists all workflows owned by the authenticated user. Supports cursor-based pagination and search.
GET
List Workflows
Lists all workflows owned by the authenticated user. Supports cursor-based pagination and search.
When
Usage
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20 | Items per page (1–100) |
cursor | string (uuid) | — | Cursor from pagination.next_cursor of previous response |
search | string | — | Filter by workflow name or description |
Response
Pagination
Ifnext_cursor is present, pass it as the cursor query parameter to fetch the next page:
next_cursor is null, there are no more results.
Notes
Authentication required: Only workflows owned by the authenticated user are returned.
Authorizations
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
Query Parameters
Items per page (default: 20, max: 100)
Required range:
1 <= x <= 100Cursor for pagination (UUID of last item from previous page)
Filter by workflow name or description

