This operation retrieves a specific pending approval operation by its ID. The pending operation ID is returned in the pending_operation_id field when a transfer, contract call, or message sign returns status=pending_approval. Both human owners and the agent that initiated the operation can read it.
The unique identifier of the pending operation to retrieve. Obtain this ID from the List pending operations operation or from the pending_operation_id field returned when a transaction enters pending_approval status.
Successful Response
Pending operation response payload.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.