Get the specified Polygraph session.
Returns session url, status, description timeline, agentSessionId, associated pull requests across repositories, and any artifacts (plan documents, images, files) attached to the session. The agentSessionId can be used to resume an AI agent session. Resuming is reconnecting to restore context only. After you resume, do not make any changes until the user explicitly asks for changes.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID, or a supported Polygraph app session URL. Supported URL paths are /s/<session-id> and /orgs/<org-id>/sessions/<session-id>. URL inputs are normalized to the session ID; the MCP always uses the current Polygraph API configuration. |
details | boolean | no | Return the full untrimmed session payload. |