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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the task
Query Parameters
Page number
Items per page
Response
Returns a paginated response with version entries.Version entries
Transaction UUID
Operation:
0 (insert), 1 (update), 2 (delete)When the change occurred (ISO 8601)
First name of the user who made the change
Last name of the user who made the change
Fields that changed, each with
key, value, previous_valueTotal number of versions
Current page
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

