Human Tasks
Get Human Task
Get a public human task (form) by ID.
GET
Fetch a human task (a form generated by a workflow’s human-in-the-loop step) for end-user display. This is a public, no-auth endpoint — share the URL directly with the person who needs to fill out the form. Internal fields (
delayed_job_id, instance_id, node_id, org_id, associated_form_id) are stripped from the response.
No API key or session token is required. The task ID is the secret — treat the link as sensitive.
Path Parameters
The human task ID (issued when the workflow reaches the human-task step).
Response
- 200 OK
- 404 Not Found
Task ID.
Task name.
Task description.
JSON-schema describing the form fields.
UI hints for rendering the form.
Any pre-filled data.
WAITING, SUBMITTED, or TIMEOUT.ISO 8601 expiry timestamp.
Emails the task was sent to.