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.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID. |
details | boolean | no | Include detailed session output from the CLI, including pull request summaries and descriptions when available. Defaults to false. |