v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
agent_sessions

list the authenticated user's agent sessions

Retrieve a list of the authenticated user's agent sessions.

Agent Sessions Overview:

  • Agent sessions represent coding conversation transcripts uploaded from CLI tools (like Claude Code).
  • Used by the developer portal to render interactive walkthroughs or session summaries.
  • Requires authentication.
get/api/agent_sessions

Response

successful

idinteger required
slugstring required
titlestring required
tool_namestring required

Tool that produced the session (e.g. claude_code, codex)

total_messagesinteger required
publishedboolean required
created_atstring date-time required
updated_atstring date-time
urlstring url required