Skip to content

List intake sessions for this tenant

GET
/v1/intake-sessions

Returns up to 50 most recent intake sessions. Optionally filter by status.

Authorizations

Parameters

Query Parameters

status
string
Allowed values: pending submitted processing completed failed expired

Responses

200

List

object
sessions
Array<object>
object
id
string format: uuid
token
string
specialty
string
patient_id
string format: uuid
nullable
appointment_id
string format: uuid
nullable
status
string
Allowed values: pending submitted processing completed failed expired
form_responses
object
patient_name
string
nullable
phone
string
nullable
result
object
summary_id
string format: uuid
nullable
document_id
string format: uuid
nullable
expires_at
string format: date-time
submitted_at
string format: date-time
nullable
completed_at
string format: date-time
nullable
created_at
string format: date-time