/
/Oz Agent API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 2w ago
agent23
  • getList available agents
  • getList connected self-hosted workers
  • getGet run transcript
  • postRun an agent task
  • getList agent runs
  • postRun a cloud agent
  • getFind the run that produced a given external reference URL
  • getGet run details
  • getGet run timeline
  • getGet normalized run conversation
  • postCancel a run
  • postSubmit a follow-up message for a run
  • getGet normalized conversation
  • getList environments
  • getList available models
  • getGet artifact details
  • getDownload an artifact
  • getList agents
  • postCreate an agent
  • postReport evaluation scores for a run
  • getRetrieve an agent
  • putUpdate an agent
  • deleteDelete an agent
schedules7
    agent

    Get run transcript

    Retrieve the raw conversation transcript for an agent run. Returns a 302 redirect to a time-limited download URL for the transcript.

    get/agent/runs/{runId}/transcript

    Path parameters

    runIdstring required

    The unique identifier of the run

    Changes