Organization activity
GET /organization/{orgId}/activity
List organization activity feed
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
orgId*string
Organization ID. Returned from GET /v1/client/me for client tokens, or any org-list response.
Query Parameters
cursor?string
Cursor from a prior nextCursor. Omit on the first page.
limit?string
Page size, 1–50 (default 25).
from?string
ISO-8601 date or date-time. Only activity at or after this instant is returned.
to?string
ISO-8601 date or date-time. Only activity at or before this instant is returned.
projectId?string
Filter to one project within the organization.
actorId?string
Filter to activity by a specific user (Part3 user UID).
action?string
Filter by action type. Comma-separated for OR semantics. Examples: status_changed, comment_added, file_uploaded, email_sent.
Response Body
application/json
application/json
application/json
curl -X GET "https://api.part3.io/v1/organization/org_8a1b2c3d4e/activity"{
"data": [
{}
],
"total": 412,
"nextCursor": null,
"hasMore": false
}{
"error": "Insufficient permissions"
}{
"error": "Insufficient permissions"
}