Skip to content

show_session

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.

NameTypeRequiredDescription
sessionIdstringyesThe 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.
detailsbooleannoReturn the full untrimmed session payload.