Insert excerpt _ExcerptBetaAPI _ExcerptBetaAPI nopanel true
The POST /interactions/jobs/{id}/{action}
endpoint enables you to change the status of a job. The action can be executed against a job that is in the correct status. These are available actions on corresponding statuses:
...
Authorization scopes supported:
Scope | Access granted |
---|---|
interaction-content:read | Entire endpoint |
Parameters
The endpoint accepts the following path parameters:
id
Type | Required | Example |
---|---|---|
String | True | fe4b9c24-d305-492e-90e2-ddbdd7a36555 |
Unique identifier of a job.
action
Type | Required | Example |
---|---|---|
String | True | restart |
An action to be taken on a job. Supported actions:
cancel
restart
pause
Request
Schedule recurring job
...