List conversation transcripts
cs_list_transcriptsList recent agent sessions with timestamps, turn counts, first user questions, topics, tools, and outcomes to pinpoint the conversation behind a bad answer.
Instructions
Sessions people had with the published agent, newest first: when, how many turns, the first thing the user asked, which topics and tools fired, and how the session ended. Read-only. Needs a cached cs_login. Use it to find the session behind a bad answer, then cs_get_transcript for the full turn list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum sessions (default 100, max 500) | |
| days | No | Only sessions from the last N days | |
| botId | No | Agent (bot) id. Defaults to workspace sync metadata or CPS_AGENT_ID. | |
| search | No | Only sessions whose first user message contains this text | |
| outcome | No | Only sessions that ended this way | |
| clientId | No | Entra app (client) id for MSAL. Defaults to CPS_CLIENT_ID, then the first-party VS Code id. | |
| tenantId | No | Entra tenant id. Defaults to the workspace sync metadata, then CPS_TENANT_ID. | |
| workspace | No | Path to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory. | |
| environmentId | No | Power Platform environment id (GUID). Defaults to workspace sync metadata or CPS_ENVIRONMENT_ID. |