List Workspace Documents
Documents
List Workspace Documents
List documents in a workspace with search, filters, and pagination.
GET
List Workspace Documents
List workspace-scoped documents that can be reused across sessions and runs.
Authentication & Scope
Requiresdocuments-read.
Request
Query Parameters
| Parameter | Type | Description |
|---|---|---|
query | string | Search by filename, source URL, or hash |
mime | string | Filter by MIME type |
status | string | Filter by document status |
source_type | string | upload, url, or connector |
sort | string | created_at, filename, size, status |
order | string | asc or desc |
page | integer | Page number |
per_page | integer | Items per page (max 100) |
Response
200 OK
Authorizations
Path Parameters
Query Parameters
Required range:
x <= 100Available options:
upload, url, connector Available options:
created_at, filename, size, status Available options:
asc, desc 