Get submissions
Retrieve a paginated list of submissions with optional filtering
x-api-key<token>
API key for authentication
In: header
Query Parameters
limit?integer
Number of items to return (1-100)
Default
10Range
1 <= value <= 100offset?integer
Number of items to skip
Default
0Range
0 <= valuepopupId?string
Filter by popup ID
Length
1 <= length <= 256domain?string
Filter by domain
Length
1 <= length <= 512device?string
Filter by device type
Length
1 <= length <= 128status?string
Filter by submission status
Value in
"pending" | "completed"orderBy?string
Sort order for results
Default
"created_at_desc"Value in
"created_at" | "created_at_desc"