Organization activity list
GET /admin/organizations/{orgId}/activity
Paginated activity stream across all projects in an organization. Returns individual actions with actor, document, and project context. Includes total count for date-range comparisons (e.g. week-over-week). Filter by date range, project, actor, or action type.
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
orgId*string
Organization UID
Query Parameters
cursor?string
Pagination cursor
limit?string
Page size (1-50, default 25)
from?string
ISO date — only activity after this date
to?string
ISO date — only activity before this date
projectId?string
Filter to activity in a specific project
actorId?string
Filter to activity by a specific user
action?string
Filter by action type (comma-separated). Common: createDocument, issueDocument, reviseDocument, updateReviewStatus
Response Body
curl -X GET "https://api.part3.io/v1/admin/organizations/string/activity"Empty