task_dag_mutations

Serialize And Submit Task Variables Endpoint

Persist variable values captured by a runtime after it produced them.

Internal-principal only: the value must originate from a runtime, never an agent/session (see quadrillion.services.VARIABLE_EVIDENCE_INVARIANT).

post/api/task_variables/serialize_and_submit

Request body

notebook_idstring nullable

Notebook the values were produced in, for kernels.

session_idstring nullable

Chat session that launched this runtime, for script processes.

variablesobject required
cell_idstring nullable

Response

Successful Response

acceptedstring[]
rejectedobject

Changes

Changed in 1 of the 16 revisions of this API.3

    • added the new optional request property session_id

      new-optional-request-property

    • the request property notebook_id became optional

      request-property-became-optional

    • request property notebook_id list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened