Tasks
Last updated
Was this helpful?
Last updated
Was this helpful?
The Tasks endpoints allow you to interact with actionable items within Cakewalk—typically approval or decision steps triggered by workflows like access requests, offboarding, or reviews. These endpoints enable programmatic management of workflow tasks assigned to users or approvers.
These endpoints are useful for:
Retrieving task details for UI or system integration
Approving or declining access requests via automation
Embedding Cakewalk task handling into external tools or workflows
Endpoint
Method
Description
GET
Retrieves detailed information about a specific task, including status, type, target, and metadata.
POST
Approves the specified task. Typically used for access requests or entitlement reviews.
POST
Declines the specified task. Optionally supports sending a reason for rejection.