Skip to main content
GET
Retrieve Surveys

Headers

Authorization
string
required

Bearer YOUR_API_KEY

Query Parameters

start
integer

The earliest creation data for a generated theme to return, represented as milliseconds from epoch time

end
integer

The latest creation date for a generated theme to return, represented as milleseconds from epoch time

cursor
string

A Base64 encoded string representing an opaque cursor position

status
enum<string>[]

One or many of (IN_PROGRESS, PAUSED, COMPLETED, DRAFT, ARCHIVED, NEW). Can be passed as ?status=PAUSED,COMPLETED, ?status[]=PAUSED&status[]=COMPLETED or ?status=PAUSED&status=COMPLETED

Available options:
IN_PROGRESS,
PAUSED,
COMPLETED,
DRAFT,
ARCHIVED,
NEW
limit
integer

Specific number of results to return

Required range: 1 <= x <= 1000

Response

OK

cursor
string
Minimum string length: 1
data
object[]
Minimum array length: 1