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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 ''
Path Params
int32
required

Id of parent ScheduleJob

Headers
string
required
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json