Skip to main content
GET
Get Wiki Page Details

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}.

The notes an endpoint returns depend on the key type. A user key reaches the notes that user can see in the app, including notes in their own private folders. A system key (workspace or organization, no user identity) reaches only notes that sit in a folder shared with all workspace members. Notes in a private folder, in a folder shared with only some members, or in no folder at all fall outside a system key's read scope, and scopes do not widen that boundary.

List and search endpoints drop out-of-scope notes from the response without an error. Single-note reads and their sub-resources return 404, the same response as a deleted note. See What notes a system key reads.

Path Parameters

workspaceGuid
string
required

Workspace GUID

pageGuid
string
required

Wiki page GUID

Response

Full wiki page details

guid
string
required

Wiki page GUID

Example:

"page_abc123"

wikiId
integer<int64>
required

Parent wiki ID

Example:

1

canonicalName
string
required

Canonical name of the page

Example:

"Alice Kim"

pageType
enum<string>
required

Type of wiki page

Available options:
ENTITY,
MENTION,
CUSTOM
Example:

"ENTITY"

extractionStatus
enum<string>
required

Current extraction status

Available options:
EXTRACTED,
EXTRACTING,
FAILED,
STALE,
NOT_EXTRACTED
Example:

"EXTRACTED"

mentionCountVisible
integer
required

Number of visible mentions

Example:

5

sourceNoteCountVisible
integer
required

Number of source notes with visible mentions

Example:

5

mentions
object[]
required

List of mentions for this page

aliases
object[]
required

List of aliases for this page

List of links (inbound and outbound)

createdAt
string<date-time>
required

ISO 8601 creation timestamp

Example:

"2025-01-01T00:00:00Z"

updatedAt
string<date-time>
required

ISO 8601 last update timestamp

Example:

"2025-01-15T10:30:00Z"

description
string | null

User-provided page description or AI-generated summary

Example:

"Senior product manager at Acme"

descriptionStatus
enum<string> | null

Status of description backfill

Available options:
GENERATING,
READY,
FAILED
Example:

"READY"

regenerationAvailable
boolean | null

Whether description can be regenerated

Example:

true

entitySubtype
string | null

Entity subtype

Example:

"PERSON"

lastUpdatedVisible
string<date-time> | null

ISO 8601 timestamp of last visible update

Example:

"2025-01-15T10:30:00Z"