Dags
Get DAG structure
Required API-key scope: dags:read. Returns the full topology — vertices and the tool each invokes, the edges between them, entry groups, build-time default values, and declared output variants. A DAG whose finalized_at is null may still be missing elements.
Authorizations
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
200application/json
DAG structure
Self-describing NexusData, the same shape as ports_data on walks:
{"one": value} or {"many": [value, ...]}.
normal, for_each, collect, do_while, break, or static.
Input ports a caller supplies when invoking the DAG, grouped by the entry group that selects them.
Null while the DAG is still being built. A non-finalized DAG may be missing elements that have not been added yet.
on_chain or off_chain.
404
DAG was not found
500
Internal server error