Load a workflow's graph and compact research history.
Workflows and Nodes
GET /v1/workflows/{id}/history
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 formain_path.competition: light competition metadata withcompetition_id,name,slug, andsource_type.graph.nodes: paged node summaries sorted newest first, withhypothesisandon_main_path.graph.edges: canonical thin{ from, to, type }workflow edges.metadata: node page metadata withlimit,offset,returned_count, andtotal_count.
