Skip to main content
GET
Get Interaction Detail

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

interaction_id
string
required

Response

Successful Response

api_name
string
required
user_input
string
required
actions_result
ActionResult · object[]
required
duration
number
required
user_id
string | null
default:N.A
app_name
string | null
default:N.A
api_title
string | null
default:N.A
is_cached
boolean
default:false

Whether this interaction result came from cache.

client_source
string | null

The MCP client that initiated this interaction (e.g., Cursor, Claude, VS Code, ChatGPT).

operation_id
string | null

The operation ID from the OpenAPI spec for this interaction.

raw_response_size
integer | null

Size of the raw HTTP response body in bytes.

response_content_size
integer | null

Size of the processed response content in bytes.

request_body_size
integer | null

Size of the request body (or MCP tool arguments) in bytes.

recording_mode
string | null

Recording mode applied when this interaction was stored (full, headers_only).