Skip to main content
GET
Open a wiki page

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Path Parameters

projectId
string<uuid>
required

Project id

pageId
string<uuid>
required

Wiki page id

Query Parameters

limit
integer
default:50

How many revisions to return with the page.

Required range: 1 <= x <= 200
offset
integer
default:0

Accepted and validated; paging through the history is done on the revisions operation.

Required range: x >= 0

Response

page
object
required

An open page: its current text, a page of its history (newest first) and its sub-pages as table-of-contents entries. Every wiki write returns this same shape, so an editor never has to re-read the page it just saved.