List interviews
Retrieve interviews for a project.
- Admins see all interviews in the project.
- Other members see only interviews assigned to them or that they created.
Results are ordered newest first, with interviews of the same campaign kept contiguous (a campaign sorts by its own creation date, a campaign-less interview by its own) — which is what lets clients render collapsible campaign groups across pages.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Set to "me" to return only interviews assigned to (or created by) the requesting user.
me Set to "me" to return only interviews the requesting user created (whoever they were assigned to).
me Filter by status. Comma-separated for multiple values (e.g. "pending,in_progress").
Filter by campaign: a campaign UUID for that campaign's interviews, or the literal "none" for interviews without a campaign.
Case-insensitive search over the interview name and transcript.
Maximum number of results per page
1 <= x <= 1000Number of results to skip for pagination
x >= 0Response
Successful response
Total number of results
URL to next page of results
URL to previous page of results
Number of interviews per status across the whole filtered set (not just the returned page). Keys are the status values ("pending", "in_progress", "completed"); legacy conversations without a status are counted under "none". Absent keys mean zero.