List poll responses OAuth Scope: polls:read
Retrieve all individual subscriber responses for a specific poll with cursor-based pagination. Use this endpoint for large datasets instead of the expand[]=poll_responses parameter on the poll show endpoint.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Cursor-based pagination (recommended): Use this opaque cursor token to fetch the next page of results.
Offset-based pagination (deprecated): Page number for offset-based pagination.
The direction that the results are sorted in. Defaults to asc.
asc - Ascending, sorts from smallest to largest.
desc - Descending, sorts from largest to smallest.
Optionally expand the response to include additional data.
post - Returns the post title and publication date for the post where each response was collected.
Filter to only return responses collected via the specified post. Accepts a prefixed post ID (e.g. post_abc123).
Response
Offset pagination only: The page number the results are from. Only present when using deprecated offset-based pagination.
Offset pagination only: The total number of pages. Only present when using deprecated offset-based pagination.
Cursor pagination only: Indicates whether there are more results available after the current page.
Cursor pagination only: The cursor token to use for fetching the next page of results.