Skip to main content
GET
List submissions in a project

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string
required
limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string
platform
string
account_id
string
Pattern: ^acct_[0-9a-f]{24}$
external_user_id
string
status
enum<string>
Available options:
active,
paused,
unavailable,
parked,
stopped

Response

Successful response

data
object[]
required
next_cursor
string | null
required