Skip to main content
GET
List Workflows
Lists all workflows owned by the authenticated user. Supports cursor-based pagination and search.

Usage

Query Parameters

Response

Pagination

If next_cursor is present, pass it as the cursor query parameter to fetch the next page:
When next_cursor is null, there are no more results.

Notes

Authentication required: Only workflows owned by the authenticated user are returned.

Authorizations

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Query Parameters

limit
integer
default:20

Items per page (default: 20, max: 100)

Required range: 1 <= x <= 100
cursor
string<uuid>

Cursor for pagination (UUID of last item from previous page)

Filter by workflow name or description

Response

200 - application/json

Workflows retrieved successfully

workflows
object[]
pagination
object

Cursor-based pagination info