List workspace documents
Return documents embedded in a workspace.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
workspaceId
Workspace whose documents to return.
Headers
X-Account-Id
Account that owns the workspace.
Query parameters
limit
Maximum items to return. Default 50; maximum 100.
offset
Number of items to skip. Default 0.
Response
A page of workspace documents, newest first.
limit
The page size used for this response.
offset
The number of documents skipped before this page.
total
Total embedded documents, across all pages.
documents
The embedded documents.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

