Skip to main content
GET
Error

Headers

x-api-key
string
required
Pattern: ^abl_

Path Parameters

projectId
string
required

Query Parameters

limit
integer
default:50

Responses per page. Values above the maximum are capped rather than rejected; a missing or non-positive value falls back to the default.

Required range: 1 <= x <= 200
cursor
string

Opaque keyset cursor from a prior page's nextCursor. A cursor this endpoint did not issue is rejected with 400 INVALID_CURSOR rather than silently restarting the feed.

Maximum string length: 512
survey
string

Restrict the page to one survey, by its name. A name that resolves to no survey is a 404, not an empty page.

from
string<date-time>

Inclusive lower bound on submitted_at.

to
string<date-time>

Inclusive upper bound on submitted_at.

Response

A page of responses.

success
boolean
required
data
object
required