List interview campaigns
Interviews
List interview campaigns
List the project’s interview campaigns (named groups of interviews, e.g. a workshop wave or rollout round), newest first. Any project member can read.
Campaigns are created lazily — by sending campaign_name on the assign
endpoint — so there are no create/rename/delete endpoints. Use a campaign’s
id with the interviews list campaign filter to read its interviews.
GET
List interview campaigns
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Maximum number of results per page
Required range:
1 <= x <= 1000Number of results to skip for pagination
Required range:
x >= 0