Skip to main content
GET
/
v1
/
workspaces
/
{id}
/
knowledge-documents
List knowledge documents
curl --request GET \
  --url https://api.example.com/v1/workspaces/{id}/knowledge-documents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "createdAt": "<string>",
      "id": "<string>",
      "name": "<string>",
      "status": "pending",
      "summary": "<string>",
      "type": "text",
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.semji.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Path Parameters

id
string
required

Workspace ID.

Response

200 - application/json

Default Response

data
object[]
required