Skip to main content
GET
List the workspace’s Pages, including ones owned by other bots. Deleted Pages are left out.

Authorization

string
required
Bearer mac_live_…

Query parameters

number
default:"50"
Between 1 and 100. Numbers outside that range are pulled back in.
string
The next_cursor from the previous response.
string
Only Pages owned by this bot.
string
Only Pages linked to this conversation.
string
Only the Page whose current slug is exactly this. To resolve a slug from before a rename, use Get a page by slug.

Response

boolean
true on success.
array
Pages, most recently updated first. Same fields as Get a page, without content.
string | null
Pass it back as cursor for the next batch. null when there is nothing more.

Errors