Execute a Data Push Job

Request
path Parameters
poolId
required
string
id
required
string

The ID of the Job you want to execute.

query Parameters
duplicateRemovalColumn
string

The order column to be used for duplicate removal

Responses
204

No Content

400

Job already closed

403

Forbidden

404

Job not found

409

A job on the same target is already running. Parallel job executions are not allowed

429

Too Many Requests

500

Internal Server Error

post/api/v1/data-push/{poolId}/jobs/{id}
Request samples
Response samples
application/json
{
  • "errorInformation": { },
  • "frontendErrorKey": "string"
}