Skip to main content
A node response (or answer) is one respondent’s answer to a single question node within a session. Use the sessions endpoint to retrieve all answers for a session, or use these endpoints for delivery-level access.

Get integration deliveries for a session

Returns the integration delivery log for a specific session — which integrations received the event, whether delivery succeeded, and the response details. Response

Answer values by question type

The answer field in a node response contains the raw value submitted by the respondent. The shape varies by question type:

Score awarded

The score_awarded field on each answer contains the points contributed by that answer to the session total. It is null when scoring is not enabled for that question.

Skipped answers

If a respondent skips an optional question, no node response is recorded for that node — it simply won’t appear in the answers array. Check the traversal_path on the session to see which nodes were visited.

Next steps

Sessions

Read full session detail including all answers.

Integrations

Manage delivery targets via API.