Skip to main content
GET
Error

Path Parameters

integrationId
string
required
Minimum string length: 1
Example:

"community-decipher"

surveyId
string
required

Provider's opaque survey id for this integration.

Minimum string length: 1

Query Parameters

limit
integer

Page size (default 25, max 100).

Required range: x <= 100
cursor
string

Opaque pagination cursor from a previous response pagination.next_cursor.

status
enum<string>

Filter by normalized response status.

Available options:
in_progress,
complete,
partial,
terminated
mode
enum<string>

Filter by test vs production mode. Still subject to workspace response_data_access.

Available options:
test,
production
since
string<date-time>

Return responses with updated_at >= this instant (ISO 8601).

until
string<date-time>

Return responses with updated_at <= this instant (ISO 8601).

include
enum<string>

Pass data to include the opaque platform payload.

Available options:
data

Response

Paginated response list

data
object[]
required
pagination
object
required