Recent Activities
Recent Activities
Get the most recent activity feed for a project
GET
Recent Activities
Recent Activities
Get the most recent activities for a project. Aggregates task changes, task comments, output-data value updates, and output-data comments — sorted by most recent first.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the project
Query Parameters
Maximum number of activities to return (1–50)
Response
Returns an array of activity objects.Type of activity:
task, task_comment, output_data, output_data_commentUUID of the entity that was changed
UUID of the parent entity (e.g., task ID for a task comment)
Short description of what changed
Additional context (e.g., comment text, field value)
When the activity occurred (ISO 8601)
User who performed the action, with
id, first_name, last_name, profile_img_urlExample
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The project does not exist or belongs to another organizationRelated Endpoints
List Project Tasks
List all tasks in a project
Get Project
Get project details

