Skip to content

show_session

Get the details of a specific Polygraph session.

Returns session URL, status, description timeline, agentSessionId, and associated pull requests across repositories. The agentSessionId can be used to resume an AI agent session. Pass details: true to include additional CLI output such as PR summaries and descriptions.

NameTypeRequiredDescription
sessionIdstringyesThe Polygraph session ID, or a Polygraph app session URL (/s/<session-id> or /orgs/<org-id>/sessions/<session-id>).
detailsbooleannoInclude detailed session output from the CLI, including pull request summaries and descriptions when available. Defaults to false.