List Harbor Activity
Authentication
Basic organization-scoped API key
Headers
Query parameters
Inclusive start of the event recorded-time range.
Exclusive end of the event recorded-time range. The range can span at most 90 days.
Basic organization-scoped API key
Inclusive start of the event recorded-time range.
Exclusive end of the event recorded-time range. The range can span at most 90 days.
Lists Harbor Activity recorded for the caller’s organization.
You must be an active Organization administrator to use this endpoint.
start_time is inclusive and end_time is exclusive. Both filter the time at
which Polytomic recorded each event, which can differ from occurred_at. A
single request can cover at most 90 days.
Results are ordered from newest to oldest by default. Set order to asc to
retrieve the oldest events first. A page contains at most 100 events. Pass
next_page_token from the response as page_token with the same time range,
filters, order, and limit to retrieve the next page. The token expires 24 hours
after the first page. Pagination uses a live descending cursor, so an event from
a transaction that commits between pages can require a fresh traversal.
Responses include stable identities, bounded resource snapshots, schema label snapshots with truncation state, field counts, and row counts when available. They do not include internal recorded-order values, submitted SQL, raw field names, detailed provider errors, result rows, or raw pagination tokens.
ℹ️ Activity retention
Polytomic retains Activity events for at least 90 days. Pagination tokens expire 24 hours after the first page.