influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > GetTasksIDRunsRequest

GetTasksIDRunsRequest interface

Signature:

interface GetTasksIDRunsRequest 

Properties

Property Modifiers Type Description
after?   string (Optional) A task run ID. Only returns runs created after this run.
afterTime?   string (Optional) A timestamp (RFC3339 date/time format). Only returns runs scheduled after this time.
beforeTime?   string (Optional) A timestamp (RFC3339 date/time format). Only returns runs scheduled before this time.
limit?   number (Optional) Limits the number of task runs returned. Default is 100.
taskID   string The ID of the task to get runs for. Only returns runs for this task.