surveys

Get survey responses for an issue

Returns paginated CSAT and custom survey responses associated with an issue.

Rate limit: 300 requests per minute

get/issues/{id}/survey-responses

Path parameters

idstring required

The ID or number of the issue.

Query parameters

survey_idstring

Filter responses by survey template ID.

submitted_afterstring

Filter responses submitted after this time (RFC3339 format).

submitted_beforestring

Filter responses submitted before this time (RFC3339 format).

cursorstring

The cursor for pagination.

limitinteger

The number of responses to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Response

issue_idstring

The canonical issue ID.

request_idstring

The request ID for tracking.

Changes