Skip to main content
GET
List submissions

Authorizations

Authorization
string
header
required

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

Path Parameters

campaign_id
string<uuid>
required

The campaign ID

Query Parameters

status
enum<string>

Filter by review status in_review: waiting on your decision (a rejected submission returns here when the creator submits a revision). approved: cleared to post. rejected: you sent it back for changes. failed: automatic validation or processing failed — see failure_reason. post_deleted: the content was posted and later taken down.

Available options:
in_review,
approved,
rejected,
failed,
post_deleted
Example:

"in_review"

creator_id
string

Only submissions from this creator

task_id
string<uuid>

Only submissions for this task

submitted_after
string<date-time>

Only submissions submitted at or after this time (ISO 8601)

submitted_before
string<date-time>

Only submissions submitted before this time (ISO 8601)

limit
integer
default:25

Number of items to return per page

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

Opaque pagination cursor from a previous response's next_cursor

Response

A page of submissions

data
object[]
has_more
boolean
next_cursor
string | null