Skip to main content
GET
List submissions

Authorizations

Authorization
string
header
required

Provide your PipedForm API key as a Bearer token, e.g. Authorization: Bearer YOUR_API_KEY.

Query Parameters

formId
string<uuidv7>

Only return submissions belonging to this form.

Example:

"019f40ed-65aa-754b-90dd-504b87836506"

limit
integer
default:50

Maximum number of submissions to return.

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

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

Response

A paginated list of submissions.

data
object[]
required
nextCursor
string

Cursor to retrieve the next page of results. null if there are no more results.

Example:

"eyJpZCI6IjAxOWY0MGVkIn0="