Approval Queue

Get approval request detail

Returns the full detail of a single approval request, including policy evaluations, evidence artifacts, and resolution state. Only accessible to the owning operator.

get/api/v1/approvals/{id}

Path parameters

idstring required

Approval request ID

Response

Approval request detail

Changes

Changed in 2 of the 15 revisions of this API.12

  • 0d3faa6ef2db11See the full diff
    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • endpoint added

      endpoint-added