task_dag_reads

Get Tracked Variables

A kernel sends notebook_id; a script has none and sends session_id.

get/api/task_variables/tracked

Query parameters

notebook_idstring nullable
session_idstring nullable

Response

Successful Response

workspace_idstring nullable

Changes

Changed in 3 of the 30 revisions of this API.17

    • ○

      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

  • bc8a81bf391411See the full diff
    • ●

      removed the optional property from the response with the status

      response-optional-property-removed

    • ○

      added the optional property to the response with the status

      response-optional-property-added

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

    • ○

      added the new optional query request parameter session_id

      new-optional-request-parameter

    • ○

      the query request parameter notebook_id became optional

      request-parameter-became-optional

    • ○

      query request parameter notebook_id list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • ○

      for the query request parameter notebook_id, the type was generalized from string to no type

      request-parameter-type-generalized