Skip to main content
GET
Export session trajectory

Authorizations

Authorization
string
header
required

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, mcp:read, mcp:write, secrets:read, secrets:write, sessions:read, sessions:debug, knowledge:read, memory:read, memory:write, skills:read, skills:write, repos:read, repos:write, reviews:read, reviews:write, deployment:read, analytics:read, org:read, org:write, attachments:read, attachments:write, guardrails:read, guardrails:write, automations:read, automations:write, agent_auth:read. mcp:write manages MCP server configuration only; it does not authorize remote MCP-tool execution. sessions:debug is privileged: it expands diagnostic session events only for organization owners/admins.

Path Parameters

orgId
string
required

Organization id or slug. Resolve it with GET /v3/self.

sessionId
string
required

The session id.

Query Parameters

format
string

Trajectory format to export. Supported values: atif (default).

Response

The complete ATIF trajectory for the session.

Full session trajectory conforming to the Agent Trajectory Interchange Format (ATIF v1.7, RFC 0001).

schema_version
string
default:ATIF-v1.7
required

ATIF schema version.

agent
object
required
steps
object[]
required
session_id
string

Run-scoped session identifier.

trajectory_id
string

Unique identifier for this trajectory document.

final_metrics
object
notes
string
extra
object