cURL
curl --request GET \ --url https://prod01.copilot.fabric.inc/data-subscription/v1/orders/{orderId}/trigger-now \ --header 'Authorization: Bearer <token>'
{ "responseStatus": "OK", "message": "Request processed successfully", "data": {} }
Trigger order specified by order ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order ID General object ID
"606f01f441b8fc0008529916"
Request processed successfully
Order details after triggering order
Brief response status
"OK"
Full response message
"Request processed successfully"
Order details
Show child attributes
Was this page helpful?