/v1/digital_formsList DigitalForms
Required API scopes: digital_forms.read
Parameters
limit
query
integer
The maximum number of items to return. Defaults to
25; the maximum is100.starting_after
query
string
Return items after this resource ID. You cannot use this with
cursor.cursor
query
string
The
next_cursorvalue from the previous page. You cannot use this withstarting_after.
Responses
Paginated list of DigitalForm objects.
dataarrayrequireditemsobjectattachment_urlstring | null · urirequiredThe temporary URL for the attachment displayed with the DigitalForm.
created_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.idstring · uuidrequiredThe resource's unique identifier, formatted as an RFC 4122 version 4 UUID.
objectanyrequiredDiscriminator value emitted at
object.patient_instructionsstring | nullrequiredThe sanitized instructions shown to the Patient.
questionsarrayrequiredThe ordered questions included in the DigitalForm.
itemsobjectA question on a DigitalForm. Embedded on DigitalForm and on each DigitalFormResponse answer.
choicesarrayrequiredThe choices available for a choice question.
itemsobjectidstring · uuidrequiredThe identifier of the DigitalFormQuestionChoice.
numerical_valuenumber | nullrequiredThe optional numerical value assigned to the choice.
text_valuestring | nullrequiredThe optional machine-readable text value assigned to the choice.
titlestringrequiredThe choice shown to the Patient.
help_textstring | nullrequiredThe supplementary guidance shown with the question.
idstring · uuidrequiredThe resource's unique identifier, formatted as an RFC 4122 version 4 UUID.
is_answer_requiredbooleanrequiredWhether the Patient must answer the question.
list_order_numberinteger | nullrequiredThe position of the question in the DigitalForm.
question_typestringrequiredThe input and consent behavior of the question.
Allowed values:
consent_required | information_statement | multiple_choice_input | single_choice_input | text_input | number_input | date_input | signature_inputtitlestringrequiredThe question shown to the Patient.
titlestringrequiredThe title of the DigitalForm.
updated_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.
has_morebooleanrequiredWhether another page is available after
next_cursor.next_cursorstring | nullrequiredThe value to pass as
cursorfor the next page. Null on the last page.objectanyrequiredAlways
list.urlstringrequiredThe API path that returned this list.
Example
{
"object": "list",
"data":
"id": "e75b04dc-2889-491d-8e08-691c3a830d9c",
"object": "digital_form",
"attachment_url": "https://files.example.invalid/document.pdf?signature=test",
"created_at": "2026-01-01T09:00:00Z",
"patient_instructions": "Please complete this form before your appointment.",
"questions":
"id": "2214b284-64d6-4130-8b10-1602a2050126",
"choices":
"id": "4f4f0cb8-0f36-42ed-8292-e679adb19729",
"numerical_value": 1.5,
"text_value": "yes",
"title": "Dr"
}
],
"help_text": "Select every option that applies.",
"is_answer_required": true,
"list_order_number": 1,
"question_type": "consent_required",
"title": "Dr"
}
],
"title": "Dr",
"updated_at": "2026-01-01T09:00:00Z"
}
],
"has_more": false,
"next_cursor": "eyJzdGFydF90aW1lIjoiMjAyNi0wMS0wMVQwOTowMDowMFoifQ",
"url": "/v1/digital_forms"
}The access token is missing, invalid, expired, or revoked.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}The access token lacks the required scope, or the project is disabled.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}Too many requests. Retry after the delay indicated by Retry-After.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}