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 2 of the 16 revisions of this API.15

  • bc8a81bf391411See the full diff
    • removed the optional property project_id from the response with the 200 status

      response-optional-property-removed

    • added the optional property workspace_id to the response with the 200 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/format was generalized from string/ to /

      request-parameter-type-generalized