For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get semantic content changes introduced by a revision

Returns a structured diff of the semantic changes introduced by a revision compared to its parent revision, such as added, removed, or updated pages and blocks. Use this to understand what changed in a specific revision.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
revisionIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Query parameters
metadatabooleanOptional

If false is passed, "git" mutable metadata will not returned. Passing false can optimize performances of the lookup.

Default: true
computedbooleanOptional

If false is passed, content will not be computed

Default: true
limitnumberOptional

Limit the number of changes returned

Default: 10
Responses
200

OK

application/json
morenumberOptional

How many changes were omitted because above the result limit

get/spaces/{spaceId}/revisions/{revisionId}/changes
200

OK

Last updated

Was this helpful?

Powered by GitBook