Skip to content

Support

support_response_list

List the responses of ONE survey, newest first — surveyId is required, because a page mixing two surveys would carry answers keyed by two different question sets.

Tool

support_response_list

List the responses of ONE survey, newest first — surveyId is required, because a page mixing two surveys would carry answers keyed by two different question sets.

List the responses of ONE survey, newest first — surveyId is required, because a page mixing two surveys would carry answers keyed by two different question sets. Filters: score range (scoreMin/scoreMax, inclusive — a response with no score matches neither bound), a creation window (from/to), completed, plus pagination

Behavior

HTTP
GET /support/responses

Arguments

NameTypeRequiredDescription
tostringOnly responses created at or before this ISO-8601 timestamp
fromstringOnly responses created at or after this ISO-8601 timestamp
limitintegerPage size, 1..100 (default 25)
offsetintegerNumber of responses to skip
scoreMaxintegerOnly responses scored at or below this value (inclusive). A response with no score matches neither bound — not even at the bottom of the scale
scoreMinintegerOnly responses scored at or above this value (inclusive). A response with no score matches neither bound — not even at the bottom of the scale
surveyIdstringRequired: responses are always read one survey at a time
completedbooleantrue: only responses that reached the end. false: only partial ones

Response

FieldTypeAlwaysDescription
limitintegerPage size that was applied
offsetintegerOffset that was applied
responsesarrayThe requested page of responses, newest first

Try it

List the responses of ONE survey, newest first — surveyId is required, because a page mixing two surveys would carry answers keyed by two different question sets.

When to use

List the responses of ONE survey, newest first — surveyId is required, because a page mixing two surveys would carry answers keyed by two different question sets. Filters: score range (scoreMin/scoreMax, inclusive — a response with no score matches neither bound), a creation window (from/to), completed, plus pagination

Example

Ask your agent something like this:

List the responses of ONE survey, newest first — surveyId is required, because a page mixing two surveys would carry answers keyed by two different question sets.

The agent will invoke support_response_list with these arguments:

{
  "surveyId": "<surveyId>"
}

Esc

Start typing to search the docs.

navigateselect