Skip to main content
GET
Get campaign results
This endpoint returns results for campaigns with type: "ROLE_SUBMISSION".

Authorizations

Authorization
string
header
required

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

Query Parameters

campaign_id
string<uuid>
required

Unique identifier for the campaign

limit
integer
default:10

Number of results to return

Required range: 1 <= x <= 100
sort
enum<string>
default:desc

Sort order for the results

Available options:
desc,
asc
start_date
string<date>

Start date for filtering results (YYYY-MM-DD format)

Pattern: ^\d{4}-\d{2}-\d{2}$
end_date
string<date>

End date for filtering results (YYYY-MM-DD format)

Pattern: ^\d{4}-\d{2}-\d{2}$
starting_after
integer<int64>

Pagination cursor - results after this big integer value

report_type
enum<string>
default:OVERALL

Type of report to generate

Available options:
DETAILED,
OVERALL

Response

Campaign results response

Response for OVERALL report type

data
object[]

Array of campaign result records

has_more
boolean

Indicates whether there are more results available for pagination

last_record_index
integer<int64> | null

The order index of the last record in the current page, used for pagination