Run ScheduleJob

Your job will run according to the schedule that you specified when you created it. If you need to run it immediately, you can use the run endpoint.

Request example

curl --location --request POST 'https://api.liveramp.com/analytics-environment/v1/schedule-jobs/${jobId}/actions/run' \
--header 'Tenant-ID: ${tenantId}' \
--header 'Authorization: Bearer ${access_token}' \
--data ''
Language