Skip to main content
GET
Get interview flows

Authorizations

Authorization
string
header
required

Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'

Query Parameters

limit
integer
default:20

The number of interview flows to return (1-2000). Use offset to page through larger result sets.

Required range: 1 <= x <= 2000
offset
integer
default:0

The offset for the list of interview flows.

Required range: x >= 0
team_id
string | null

Filter interview flows by team ID. If not provided, returns interview flows for all teams in the organization.

status
enum<string> | null

Filter interview flows by status. Omit to return every status.

Available options:
open,
closed,
archived,
null

Response

OK

interview_flows
object[]
required

A list of interview flows.