Skip to main content
GET
List created entities, queries and pages

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Query Parameters

expand
string

Comma-separated fields to expand. Supports "org".

Example:

"org"

page_size
number
default:50

Number of items to return per page

Required range: 1 <= x <= 100
Example:

50

start_cursor
string

Opaque cursor for pagination. Use the next_cursor from previous response.

Example:

"eyJjcmVhdGVkX3RpbWUiOiIyMDI0LTExLTE1VDEwOjAwOjAwLjAwMFoiLCJpZCI6InBhZ2VfYWJjMTIzIn0="

user
string

Filter by creator user ID

Search by entity document or entity name

type
enum<string>

Filter by activity type

Available options:
all,
entity,
query,
page
date_from
string

Filter by creation date from (YYYY-MM-DD)

date_to
string

Filter by creation date to (YYYY-MM-DD)

group_by
enum<string>

Group activities by entity. "document" yields one row per creator/day/document (page_size counts groups). "company" aggregates one feed item per entity across all creators/dates, embedding userIds and recent consultas.

Available options:
document,
company
Example:

"document"

Response

200 - application/json

Paginated activities feed

object
string
default:list
required

Object type identifier

results
object[]
required

Array of results for current page

has_more
boolean
required

Whether more results exist beyond this page

next_cursor
string | null

Opaque cursor for next page. null if no more results.

type
string

Type of results (Notion-compatible)