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 so clients can render 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 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 >= 0