Skip to main content
GET
List a campaign's conversion records

Authorizations

Authorization
string
header
required

Project API key (sk_api_…).

Path Parameters

campaignId
string<uuid>
required

Query Parameters

limit
integer
default:50

Rows per page. Values above 100 are capped to 100.

cursor
string

The nextCursor from the previous page.

Response

One page of conversion records.

conversions
object[]
nextCursor
string

Absent on the last page.