Skip to main content
GET
List polls

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Filter polls by status. Omit to include all statuses.

Available options:
open,
closed,
scheduled,
canceled
Example:

"open"

cursor
string

Cursor for pagination. Pass the nextCursor value from the previous response to fetch the next page.

Example:

"Xk3pQ9vLm2Ab"

limit
integer
default:20

Number of polls to return per page (1-100).

Required range: 1 <= x <= 100
Example:

20

Response

Successful response

data
object[]
required
nextCursor
string | null
required

Cursor to fetch the next page. null when there are no more results.

Example:

"Xk3pQ9vLm2Ab"