Run Job
button, or Programmatically using the Python SDK.
POST
request at the endpoint <your-control-plane-url>/api/svc/v1/jobs/trigger
where you need to pass the the applicationId
in the request’s body, you can get the application url from the UI, First go to job you want to trigger via API and then you can find the application Id in the URL of that page as shown in Image below.
Authorization
header whose value will be Bearer <your-api-or-service-account-key>
below is the example curl request for the same.