API documentation

Developer tools

Public API Explorer

Browse the REST API without signing in. Select an endpoint to inspect parameters and generate a safe example request.

GET/api/v1/workflows

List Workflows

List all active workflows

Authentication

Send a tenant API key or OAuth access token in the Bearer header. Permissions and live user roles still apply.

Public explorer safety

This explorer creates examples only. It never asks for, stores, or transmits your credentials.

Parameters

active
query

Filter by active status

limit
query

50

offset
query

0

Example request

curl -X GET 'https://your-usertasks-instance.example/api/v1/workflows?active=true&limit=50&offset=0' \
  -H 'Authorization: Bearer <YOUR_API_KEY_OR_OAUTH_TOKEN>' \
  -H 'Accept: application/json'

Response conventions

2xx

Request completed successfully

4xx

Authentication, permission, validation, or missing-resource error

5xx

Server or downstream execution error