Organization activity
GET /organization/{orgId}/activity
List organization activity feed
Authorization
bearer In: header
Path Parameters
Organization ID. Returned from GET /v1/client/me for client tokens, or any org-list response.
Query Parameters
Cursor from a prior nextCursor. Omit on the first page.
Max rows in this response. JSON: 1–50 (default 25), paginate via cursor. CSV (Accept: text/csv): 1–100,000 (default 100,000 — the cap).
ISO-8601 date or date-time. Only activity at or after this instant is returned.
ISO-8601 date or date-time. Only activity at or before this instant is returned.
Filter to one project within the organization.
Filter to activity by a specific user (Part3 user UID).
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"
}{
"error": "Insufficient permissions"
}