Skip to main content
GET
Task Versions

Task Versions

Retrieve the version history (audit trail) of a task. Each version represents a change made to the task, showing who changed what and when.

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 task

Query Parameters

integer
default:"1"
Page number
integer
default:"50"
Items per page

Response

Returns a paginated response with version entries.
array[object]
Version entries
string
Transaction UUID
integer
Operation: 0 (insert), 1 (update), 2 (delete)
string
When the change occurred (ISO 8601)
string
First name of the user who made the change
string
Last name of the user who made the change
array[object]
Fields that changed, each with key, value, previous_value
integer
Total number of versions
integer
Current page
integer
Page size

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 task does not exist or belongs to another organization

Get Task

View current task state

Update Task

Modify task fields