Task Versions
Task Versions
View the change history of a task
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_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath 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_valueinteger
Total number of versions
integer
Current page
integer
Page size
Example
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 task does not exist or belongs to another organizationRelated Endpoints
Get Task
View current task state
Update Task
Modify task fields