List Pages ​
Endpoint ​
http
GET /unified/knowledge-base/pages
Integrations supported
- Confluence
- Notion
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
space_key
string
The unique identifier for the space
Supported in
- Confluence
title
string
The title of the page
Supported in
- Confluence
ids
array
The unique identifiers for the pages
Supported in
- Confluence
parent_id
string
The unique identifier for the parent page
Supported in
- Confluence
created_at
string · date-time
The date and time the page was created
Supported in
- Confluence
updated_at
string · date-time
The date and time the page was last updated
Supported in
- Confluence
Response Body ​
result
object[]
List of Pages
id
string
REQUIRED · The unique identifier for the page
Supported in
- Confluence
- Notion
title
string
The title of the page
Supported in
- Confluence
- Notion
description
string
The description of the page
Supported in
- Notion
status
string
The status of the page
All possible enum values:
draft
published
archived
deleted
trashed
Supported in
- Confluence
- Notion
tags
string[]
The tags associated with the page
Supported in
- Notion
parent
object
The parent of the page
Supported in
- Confluence
- Notion
id
string
The unique identifier for the parent page
type
string
The type of the parent
space
object
The space the page belongs to
Supported in
- Confluence
id
string
The unique identifier for the space
created_by
object
The user who created the page
Supported in
- Confluence
- Notion
id
string
The unique identifier for the user
last_edited_by
object
The user who last edited the page
Supported in
- Confluence
- Notion
id
string
The unique identifier for the user
published_at
string · date-time
The date and time the page was published
Supported in
- Notion
urls
object[]
The urls of the page
Supported in
- Confluence
- Notion
url
string
The url of the page
type
string
The type of the url
All possible enum values:
view
edit
public_view
created_at
string · date-time
The date and time the page was created
Supported in
- Confluence
- Notion
updated_at
string · date-time
The date and time the page was last updated
Supported in
- Confluence
- Notion
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.