Levain LabsLevain Labs
ApiWikis

List Wiki Pages

List pages in the knowledge base.

List pages in the knowledge base.

GET
/api/v1/wikis/{wiki_id}/pages

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

wiki_id*Wiki Id
Formatuuid

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://api.levainlabs.com/api/v1/wikis/497f6eca-6276-4993-bfeb-53cbbbba6f08/pages"
[
  {
    "path": "string",
    "byte_size": 0
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}