Skip to main content
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

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the project

Query Parameters

integer
default:"4"
Maximum number of activities to return (1–50)

Response

Returns an array of activity objects.
string
Type of activity: task, task_comment, output_data, output_data_comment
string
UUID of the entity that was changed
string | null
UUID of the parent entity (e.g., task ID for a task comment)
string | null
Short description of what changed
string | null
Additional context (e.g., comment text, field value)
datetime
When the activity occurred (ISO 8601)
object | null
User who performed the action, with id, first_name, last_name, profile_img_url

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: The project does not exist or belongs to another organization

List Project Tasks

List all tasks in a project

Get Project

Get project details