Sign in

Get task info

documented

Retrieve details about a specific task in a workflow run.

GET /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}Workflowsno 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/workflow-runs/{{$workflowRunId}}/tasks/{{$taskId}}\" \
  -X GET \
  -H \"Accept: application/json\" \
  -H \"Authorization: Bearer {{PROCESS_API_KEY}}\"
Get task info · Process Street · OpenIntegrations