Skip to main content
GET
/
workspaces
/
{workspaceId}
/
documents
List workspace-scoped documents (paginated)
curl --request GET \
  --url https://origami.chat/api/v2/workspaces/{workspaceId}/documents \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string<uuid>
required

Response

200

A page of document summaries.