Get a list of the data issues identified for each Job.
The access token received from the authorization server in the OAuth 2.0 flow.
The maximal number of entities returned, ordered by the last_updated field and external_id.
1 <= x <= 20050
The applied offset for returned entities, results starting from offset up to offset + limit.
x >= 0This parameter can be added multiple times to include more Jobs.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100OK
Total number of identified Job data issues.
x >= 02
Subset of Job issues starting from offset up to offset + limit.
[
{
"issue_type": "missing_or_short_job_description",
"data": {
"job_id": "5cbdbdbe-5f44-4423-8157-5fgqsef7b834c"
},
"explanation": "Job description is missing or too short."
},
{
"issue_type": "missing_or_short_job_description",
"data": {
"job_id": "62d2c013-ab77-410e-b5fb-2f96eed9c1db"
},
"explanation": "Job description is missing or too short."
}
]