ReferenceAsk
Remy Reference/admin/Get an agent thread
?

Get an agent thread

Opens one conversation's full transcript, including every tool call.
admin.agent.threadsGet(threadId)

One thread's full transcript: what the user said, what the agent replied, and each tool it called, with the arguments it chose and the result. A method tool call carries a request id, so requests get pulls its detail; client tools run in the browser and carry none. Use it to fix an agent's system prompt and tool descriptions against what actually happened.

Parameters
threadId
string
RequiredThe thread to open.
CLI
remy-admin agent threads get <threadId>