Returns all Data Cleaning Jobs

This endpoint can be used to retrieve all created data cleaning job requests as defined by the query parameters.

SecuritybearerToken
Request
query Parameters
countries
string

Comma separated list of ISO/Alpha-2 country codes to filter the results by.

status
string

Returns the individual jobs by status. Possible values are: pending, processing, completed, failed.

jobName
string

Returns the individual jobs by name.

fromDate
integer <date-time>

Returns the individual jobs created after the specified date.

customerId
integer

Returns the individual jobs by customer id.

toDate
integer <date-time>

Returns the individual jobs created before the specified date.

userId
integer

Returns the individual jobs by user id.

pageSize
integer

Returns the number of individual jobs per page.

companyName
string

Returns the individual jobs by company name.

page
integer

Returns the page number of the individual jobs.

archived
boolean

Returns the individual jobs by archived status.

Responses
200

200 response

400

400 Bad Request Response

401

401 Invalid Token response

403

403 Access Forbidden response

get/dataCleaning/jobs
Request samples
Response samples
application/json
[
  • {
    }
]