List documents for a deal
Returns documents grouped by type (legal, loan_tape, internal, credit_union_export). Download URLs are excluded from list responses — fetch a single document to get its download URL.
GET
List documents for a deal
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Securitization Deal ID
Example:
"deal_abc123"
Query Parameters
Page number (1-based)
Required range:
x >= 1Example:
1
Results per page
Required range:
1 <= x <= 100Example:
20
Filter by document type (e.g. loan_tape, legal)
Available options:
legal, internal, loan_tape, credit_union_export Example:
"loan_tape"
Filter by document status (e.g. uploaded, processing)
Available options:
active, archived, all Example:
"uploaded"
Field to sort by (e.g. createdAt)
Available options:
name, type, createdAt, size Example:
"createdAt"
Sort direction: asc or desc
Available options:
asc, desc Example:
"desc"
Search by file name
Example:
"w9"