Skip to main content
GET
Load a workflow's graph and compact research history.
Load a workflow with recency-sorted node summaries, canonical graph edges, and compact linked benchmark summaries. Use limit and offset to page returned node summaries. limit defaults to 25, can be set up to 500, and offset defaults to 0. Use max_characters to truncate long free-text fields such as titles, hypotheses, analyses, result-data strings, config strings, and benchmark-summary strings. Omit it to receive untruncated text. The response includes:
  • workflow.main_path: ordered root-to-head node IDs for the most recently created leaf chain.
  • workflow.head_node_id: the most recent leaf node selected for main_path.
  • competition: light competition metadata with competition_id, name, slug, and source_type.
  • graph.nodes: paged node summaries sorted newest first, with hypothesis and on_main_path.
  • graph.edges: canonical thin { from, to, type } workflow edges.
  • metadata: node page metadata with limit, offset, returned_count, and total_count.

Authorizations

Authorization
string
header
required

A Droyd API key in the Authorization Bearer slot.

Path Parameters

id
string<uuid>
required

Query Parameters

limit
integer
Required range: x >= 1
offset
integer
Required range: x >= 0

Response

Successful response.

ok
any
required