Endpoints
Activity
Organization activity feed for owner and admin API keys.
GET
Returns the recent organization activity feed for the organization attached to the API key. The endpoint is read-only and requires the
Use
activity:read scope.
Only organization owners and admins can read this feed. Response details are intentionally limited to safe display fields so the API does not expose emails, phone numbers, access tokens, prompts, generated outputs, embeddings, or raw provider payloads.
Your API key from Settings > API Keys
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Number of activity rows to return. Maximum 100. |
offset | integer | 0 | Offset for pagination. Maximum 10000. |
action | string | - | Activity action or group. Supported groups include api_key, content, competitor, team, integrations, ads, social, payments, data, automation, phone_voice, and org. |
member | uuid | - | Filter to a specific actor user id. |
since | ISO timestamp | - | Return activity at or after this timestamp. |
Response
GET /api/v1/usage to review API request consumption. Use the signed-in dashboard Team Activity view when you need member emails or full operational context.