List Session Documents
Extraction Sessions
List Session Documents
List all workspace documents attached to an extraction session.
GET
List Session Documents
List all workspace-scoped documents attached to an extraction session.
Authentication & Scope
Requires thesessions-read ability.
Request
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sessionId | uuid | Yes | The session ID |
Response
200 OK – Session document list.
The same document can appear in multiple sessions. Session membership is managed through an attachment relation, not document ownership.
Document Status Values
| Status | Description |
|---|---|
uploaded | Document uploaded, awaiting processing |
processing | Document is being parsed and chunked |
processed | Document processed and ready for extraction |
failed | Processing failed |
