notifications

Send a test DAG notification

Sends a test notification to one target or every enabled target for a DAG. Developer, manager, or admin only.

post/dags/{fileName}/notifications/test

Path parameters

fileNamestring regex required

Name of the DAG file

the name of the DAG file

Query parameters

remoteNodestring

name of the remote node

Request body

targetIdstring

Optional DAG-local target ID, subscription ID, or channel ID. When omitted, every enabled target and subscription is tested.

eventType'dag.run.waiting' | 'dag.run.succeeded' | 'dag.run.failed' | 'dag.run.aborted' | 'dag.run.rejected'

DAG run event that can trigger server-side notifications

Response

Test notification delivery attempted

Changes