Get Transcript

API Doc

Interactive API docs can be found at: https://run.truebit.network/transcript-query/api-docs/

Overview

By calling this endpoint, you’ll receive the Transcript associated with the given executionId or transcriptHash.

Find transcript by executionId

get
/task/{executionId}/transcript

Returns the transcript associated with the given executionId parameter

Path parameters
executionIdstringRequired

Task executionId

Responses
200

Successful operation

application/json
Responseobject
get
/task/{executionId}/transcript

Find transcript by transcriptHash

get
/task/hash/{transcriptHash}/transcript

Returns the transcript associated with the given transcriptHash parameter

Path parameters
transcriptHashstringRequired

Transcript hash

Responses
200

Successful operation

application/json
Responseobject
get
/task/hash/{transcriptHash}/transcript

Response Data

It returns the Function Transcript associated with the given executionId or transcriptHash.

Function Transcript examples

API Transcript examples

Last updated

Was this helpful?