Skip to content

dag-api / Exports / IQueryRunRequest

Interface: IQueryRunRequest

Request payload for querying a DAG run by its identifier.

Table of contents

Properties

Properties

dagRunId

dagRunId: string

Defined in

contracts/runtime-api.ts:18


correlationId

Optional correlationId: string

Defined in

contracts/runtime-api.ts:19

Released under the MIT License.