curl --request GET \
--url http://localhost:3333/v1/task-management/{id}/activity \
--header 'X-API-Key: <api-key>'Retrieve all activity/audit logs for a specific task item
curl --request GET \
--url http://localhost:3333/v1/task-management/{id}/activity \
--header 'X-API-Key: <api-key>'Was this page helpful?