Dags

Get DAG by object ID

Required API-key scope: dags:read.

get /dags/{dag_object_id}

Authorizations

x-api-key string header required

Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.

Path Parameters

dag_object_id string required

DAG object id

200application/json

DAG detail

created_at string required
creator string required
finalized_at string | null

When DAGFinalizedEvent sealed the DAG. Null means it is still being built and cannot be executed.

object_id string required
onchain_created_at string | null

Checkpoint timestamp of the on-chain creation event; null for rows projected before on-chain timestamps were indexed (until a backfill + replay fills them).

updated_at string required

404

DAG was not found

500

Internal server error