List documents for an application
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Example
ZGVzY3x1cGRhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQOpaque cursor from a previous response’s nextCursor. Omit on the first page. Cursors are tied to a sort direction — changing order mid-pagination is rejected.
Items per page (1-100). Default 50.
Sort direction (with id as tiebreaker). Default desc (newest first). The column being sorted is endpoint-specific — see the individual endpoint docs.
Example
507f1f77bcf86cd799439011ID of the application whose documents you want to list
Responses
Section titled “ Responses ”Documents retrieved successfully
object
object
Example
507f1f77bcf86cd799439011Human-readable label for the document type
Example
Proof of AddressExample
passport.pdfExample
documents/passport.pdfExample
application/pdfFreshly signed S3 URL (re-signed on every read, ~7-day TTL). Null when the document has no underlying S3 object.
Example
https://storage.example.com/documents/passport.pdfExample
507f1f77bcf86cd799439012object
The type of document validation
Example
VALID_PROOF_OF_ADDRESSArray of validation results for this validation type
object
The key of the validation check
Example
ENTITY_NAME_MATCHES_USER_INPUTBoolean indicating if the validation check passed
Example
trueHuman-readable description of the validation check
Example
Contains Balance SheetOptional explanation providing context for the validation result (e.g., why it passed despite minor differences)
Example
Company name matches (minor formatting difference: "TechGrowth Inc" vs "TechGrowth")Number of validation attempts for this document type (starts at 1, increments on each upload)
Example
2JSON metadata associated with the document
object
Example
2026-03-30T12:00:00.000ZExample
2026-03-30T12:00:00.000ZNotes attached to the document
object
Note ID
Example
507f1f77bcf86cd799439011Content of the note
Example
Applicant confirmed ownership structure during callFile attachments
object
S3 key of the attachment
Example
uploads/uuid_document.pdfOriginal file name
Example
document.pdfMIME type of the file
Example
application/pdfURL to access the file
Example
https://bucket.s3.amazonaws.com/uploads/uuid_document.pdfID of the user who created the note
Example
60d5ecb54b24003a7c8e92b2ID of the user who last updated the note
Example
60d5ecb54b24003a7c8e92b2User who created the note
object
First name of the user
Example
JohnLast name of the user
Example
SmithEmail address of the user
Example
john.smith@example.comUser who last updated the note
object
First name of the user
Example
JohnLast name of the user
Example
SmithEmail address of the user
Example
john.smith@example.comDate the note was created
Example
2026-03-30T12:00:00.000ZDate the note was last updated
Example
2026-03-30T12:00:00.000ZExample
ZGVzY3xjcmVhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQExample
{ "items": [ { "id": "507f1f77bcf86cd799439011", "type": {}, "subType": {}, "title": "Proof of Address", "fileName": "passport.pdf", "key": "documents/passport.pdf", "contentType": "application/pdf", "url": "https://storage.example.com/documents/passport.pdf", "hidden": false, "applicationId": "507f1f77bcf86cd799439012", "validations": [], "metadata": {}, "createdAt": "2026-03-30T12:00:00.000Z", "updatedAt": "2026-03-30T12:00:00.000Z", "notes": [] } ], "nextCursor": "ZGVzY3xjcmVhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQ"}Application not found