Skip to content

Collect Agent Input Request

Request body for submitting human-collected input to a HITL procedure step.

step_idstringrequired

The step_id from the webhook payload, identifying which HITL step this response is for.

Example:"d5b81f72-adb9-4317-b973-75b3c3624c09"
attribute_valuesArray of objectsrequired

Array of attribute values matching the attributes_to_collect from the webhook payload. Must include a value for every attribute listed.

{ "step_id": "d5b81f72-adb9-4317-b973-75b3c3624c09", "attribute_values": [ {} ] }