Chandan Maruthi
04/25/2023, 7:28 PMcurl --location --request POST '<https://api.prefect.cloud/api/accounts/xxx/workspaces/xxx/flow_runs/>' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxx' \
--header 'X-PREFECT-API-VERSION: 0.8.4' \
--data-raw '{
"name": "my-flow-run",
"flow_id": "xxx",
"deployment_id": "xxx"
}'
Bianca Hoch
04/25/2023, 8:18 PMChandan Maruthi
04/25/2023, 8:23 PMBianca Hoch
04/25/2023, 8:37 PMChandan Maruthi
04/25/2023, 8:38 PMBianca Hoch
04/25/2023, 8:38 PMChandan Maruthi
04/25/2023, 8:38 PMBianca Hoch
04/25/2023, 8:40 PMChandan Maruthi
04/25/2023, 8:40 PMBianca Hoch
04/25/2023, 8:57 PMNicholas Torba
04/25/2023, 9:31 PM