Skip to main content
GET
Get transaction details

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

id
string
required

Transaction identifier

Response

Transaction details

id
string
agent_id
string
status
enum<string>
Available options:
pending,
approved,
blocked,
escalated,
completed,
failed
actions
object[]
evaluation
object

Result of evaluating a CLPI policy against a set of tools or traces.

created_at
string<date-time>
completed_at
string<date-time> | null