Skip to main content
GET
Get Block Version
Fetch one immutable workflow block version.
Python
TypeScript
Go
Java
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

block_version_id
string
required

Response

Successful Response

Public block version resource without tenant or storage-only fields.

id
string
required

Public content-addressed block version ID

block_id
string
required

Stable logical block ID

workflow_id
string
required

Source workflow ID

workflow_version_id
string
required

Workflow version this block version belongs to

type
enum<string>
required
Available options:
start_document,
start_json,
note,
parse,
edit,
extract,
split,
classifier,
conditional,
api_call,
function,
while_loop,
for_each,
merge_dicts,
while_loop_sentinel_start,
while_loop_sentinel_end,
for_each_sentinel_start,
for_each_sentinel_end
created_at
string<date-time>
required
label
string
default:""
position_x
number
default:0
position_y
number
default:0
width
number | null
height
number | null
parent_id
string | null
config
Config · object | null
resolved_schemas
Resolved Schemas · object | null
config_hash
string
default:""

Stable SHA-256 hash of the executable block config