- read:page:confluence.
External DocumentationTo learn more, visit the Confluence documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Content Format | Select the content format to be returned in the body field of the response. |
| Cursor | The cursor used to paginate through the results. |
| ID | The ID of the label for which pages should be returned. |
| Limit | The maximum number of pages to return in a single response. Values can range from 1 to 250. |
| Sort | Select the field to sort the results by. Prefix the value with a minus sign for descending order. |
| Space IDs | A comma-separated list of space IDs to filter the results by. |
{
"results": [
{
"id": "<string>",
"status": "current",
"title": "<string>",
"spaceId": "<string>",
"parentId": "<string>",
"parentType": "page",
"position": 57,
"authorId": "<string>",
"ownerId": "<string>",
"lastOwnerId": "<string>",
"subtype": "<string>",
"createdAt": "<string>",
"version": {
"createdAt": "<string>",
"message": "<string>",
"number": 19,
"minorEdit": true,
"authorId": "<string>"
},
"body": {
"storage": {},
"atlas_doc_format": {}
},
"_links": {
"webui": "<string>",
"editui": "<string>",
"tinyui": "<string>"
}
}
],
"_links": {
"next": "<string>",
"base": "<string>"
}
}
Was this page helpful?