Truebit Verify
  • Getting Started
    • 📄What is Truebit Verify?
      • How does Truebit work?
      • System Actors
    • ⏱️Get Started
    • ⚙️Architecture
      • Truebit Verify Hub
      • Truebit Verify Nodes
      • What is a transcript?
        • Transcript example
        • API Transcript example
    • Key Concepts
      • What is verification?
      • Determinism
      • WebAssembly
      • Task instrumentation
  • Developing Truebit Tasks
    • Introduction
    • Writing Function Tasks
      • Supported languages
        • Javascript
        • Python
        • Rust
    • Writing API Tasks
    • Task examples
      • Function Task examples
        • Fibonacci
        • Reverse Alphabet
        • Encrypt sha256 using bun.js
        • Encrypt sha256 using Deno
        • ECDSA signature verification
        • NumPy example
      • API Task examples
        • Pet Store CRUD
        • API-Auth examples
    • Namespace management
    • Task Authorization
    • Truebit CLI
      • secret.json
  • Executing Truebit tasks
    • Introduction
    • Task Execution API
      • Execute Function Tasks
      • Execute API Tasks
      • Get Task Status
    • Transcript API
      • Get Transcript
      • Get Invoice
  • Community
    • Truebit Unchained Protocol
    • Support
Powered by GitBook
On this page

Was this helpful?

  1. Executing Truebit tasks

Transcript API

Use the Transcript API to retrieve the transcript for a given task execution ID or transcript hash.

PreviousGet Task StatusNextGet Transcript

Last updated 3 months ago

Was this helpful?

API Docs

Interactive API docs can be found at:

Overview

The Transcript API queries the Truebit Verify transcript store for a given task or transcript hash. A JSON-formatted transcript is output in the response body.

You can also get information attached to the transcript such as the invoice.

https://run.truebit.network/transcript-query/api-docs/
execution ID
Get transcript by execution ID endpoint
Get transcript by Transcript hash endpoint
Get invoice by execution ID endpoint