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/workflowsList 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
activeFilter by active status
limit50
offset0
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
2xxRequest completed successfully
4xxAuthentication, permission, validation, or missing-resource error
5xxServer or downstream execution error