get_api_management_v1_workspaces_slug_approvals
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Approval source: tool (interactive) or workflow (human-gate)
Responses
Section titled “Responses”One pending approval, normalized across the two sources (the management
GET .../approvals item). source discriminates: tool carries
task_id/kind/redacted payload; workflow carries
workflow_run_id/workflow_name/title/instructions. The shared fields
(created_at, optional deadline_at) are always present.
object
When the gate was raised.
The auto-timeout deadline, when one is set.
The decision target id: the tool-approval id (tool) or the workflow run id
(workflow) the decide path resolves a decision from.
The human-gate instructions (only set for source = workflow).
The kind of the interactive gate (tool | question | visual); only set
for source = tool.
The redacted request payload (only set for source = tool).
tool | workflow — which source the row came from.
The owning task (only set for source = tool).
The human-gate title (only set for source = workflow).
The workflow name (only set for source = workflow).
Examplegenerated
[ { "created_at": "2026-04-15T12:00:00Z", "deadline_at": "2026-04-15T12:00:00Z", "id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "instructions": "example", "kind": "example", "payload": "example", "source": "example", "task_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "title": "example", "workflow_name": "example" }]