Command reference ยท Cursor CLI
/copy-conversation-id
Copies the current conversation's ID to the clipboard.
/copy-conversation-id copies the current chat session's unique ID to the clipboard. This ID identifies the entire conversation and differs from the request ID, which only identifies a single request within the session.
In practice, the command is mainly needed for support requests and debugging: if you report a problem that occurs across multiple messages or relates to the session as a whole, the conversation ID helps the Cursor team trace your session precisely. The ID is also useful for you personally, for example to find a session again later when you have several cursor-agent sessions open in parallel.
The command produces no visible terminal output; it places the ID directly on the system clipboard. You then need to paste it elsewhere, for example into a support ticket or a note.
โ WHEN TO USE IT?
Find or reference a session later by its ID
/copy-conversation-id โ save the ID in a note before switching to another session
Report a problem spanning multiple sessions to Cursor support
Run /copy-conversation-id and paste the ID into the support ticket when the error spans multiple messages
โ WHEN NOT TO?
It's about a single request, not the whole session
The conversation ID identifies the entire session, not a single request.
Better: Use /copy-request-id instead
SOURCES
- Cursor Docs โ Slash Commands โ cursor.com
MORE COMMANDS ยท Cursor CLI