Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve a list of all pages. Note: This action requires permission to access the Confluence site (‘Can use’ global permission). For more information about the required permissions refer to Confluence permissions structure
External DocumentationTo learn more, visit the Confluence documentation.

Parameters

ParameterDescription
CursorThe cursor used to paginate through the results.
LimitThe maximum number of pages to return in a single response. Maximum value is 250.
Page IDsA comma-separated list of page IDs to filter results by.

Note: A maximum of 250 items can be specified.
SortSelect the primary field for sorting the results. Prefix the value with a minus sign for descending order.
Space IDsA comma-separated list of space IDs used to filter results by.

Note: A maximum of 100 items can be specified.
StatusSelect the statuses to filter the pages by.
TitleThe page title to filter results by.

Example Output

{
	"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>"
	}
}

Workflow Library Example

List Pages with Confluence and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop