Skip to main content
GET
Get a paginated list of interviews in a study

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studyId
string
required

Query Parameters

startCursor
string

The cursor to start from

size
number
default:25

The number of items to return

Required range: x <= 100
Example:

10

bookingStates

The states of the interview bookings to filter by. If nothing is provided, all states will be included.

Available options:
SCHEDULED,
CANCELED,
COMPLETED,
NO_SHOWED

Response

The interviews

results
object[]
required
total
number
required

The total number of items in your workspaces based on your search parameters

pageInfo
object
required

Information about the current page