Interview Flows
Get interview flows
Retrieve all interview flows. If team_id is not provided, returns interview flows for all teams in the organization.
GET
Get interview flows
Authorizations
Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'
Query Parameters
The number of interview flows to return (1-2000). Use offset to page through larger result sets.
Required range:
1 <= x <= 2000The offset for the list of interview flows.
Required range:
x >= 0Filter interview flows by team ID. If not provided, returns interview flows for all teams in the organization.
Filter interview flows by status. Omit to return every status.
Available options:
open, closed, archived, null Response
OK
A list of interview flows.
