Sign in

List workflows

documented

Return all workflows for the organization.

GET /v1.1/workflowsWorkflowsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.process.st/api/v1.1/workflows?limit={{$limit}}&page={{$page}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{PROCESS_API_KEY}}"
List workflows · Process Street · OpenIntegrations