Get Agent Approval Receipts
GET /agent/approvals/{approval_id}/receipts
GET
/agent/approvals/{approval_id}/receipts
Signed provenance receipts attributed to one approval.
404 rather than 403 when the approval belongs to another tenant or to another user’s private work item: existence never leaks across that boundary. Degrades to an empty list on a schema predating the receipt columns rather than 500ing.
Authorizations
Parameters
Path Parameters
approval_id
required
Approval ID
string format: uuid
Approval ID
Header Parameters
Responses
200
Successful Response
object
data
required
object
approval_id
required
string
receipts
Empty rather than an error when the approval produced no receipts.
Array<object>
One signed provenance row attributed to an approval.
object
action
required
string
entity_id
required
string
entity_type
required
string
id
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string