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 2 of the 30 revisions of this API.5

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the new optional request property

      new-optional-request-property

    • ○

      the request property became optional

      request-property-became-optional

    • ○

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

      request-property-list-of-types-widened