v1
latestOpenAPI 3.1.02026-07-242735131.1 MBEmployment Management
Show bulk employment job
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | View employments (employment:read) | Manage employments (employment:write) |
get/v1/bulk-employment-jobs/{job_id}
Path parameters
job_idstring required
Bulk employment job id
Response
Success
Example response
{
"data": {
"column_mapping": {
"mapping": {
"basic_info.age": {
"index": 1,
"name": "years_old",
"sample_data": "25"
},
"basic_info.name": {
"index": 0,
"name": "full_name",
"sample_data": "Aaron Carter"
}
},
"source_columns": [
{
"index": 0,
"name": "full_name",
"sample_data": "Aaron Carter"
},
{
"index": 1,
"name": "years_old",
"sample_data": "25"
}
],
"unmapped_column_count": 1,
"unmapped_required_field_count": 1
},
"errors": [],
"failed_count": 0,
"finished_at": null,
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"inserted_at": "2021-07-15T18:18:17",
"inserted_by": {
"account": {
"login_email": {
"address": "jane@remote.com",
"confirmed_at": null,
"login_synced": false,
"status": "pending",
"type": "login",
"unconfirmed_address": null
},
"login_synced_with": "work",
"personal_email": {
"address": "jane@remote.com",
"confirmed_at": null,
"login_synced": false,
"status": "pending",
"type": "login",
"unconfirmed_address": null
},
"slug": "663e0b79-c893-45ff-a1b2-f6dcabc098b5",
"status": "created"
},
"email": "sauron@remote.com",
"integration_users": [
{
"external_user_id": "123123",
"integration": {
"name": "greenhouse"
},
"role": "employee"
}
],
"invited_by": {
"job_title": "HR Manager",
"name": "John Smith",
"slug": "663e0b79-c893-45ff-a1b2-f6dcabc098b5"
},
"login_synced_with": "work",
"name": "Sauron Figueira",
"personal_details": {
"birthdate": "2020-02-10",
"full_preferred_name": "The Warden Hardin",
"given_name": "Salvor",
"mobile_number": "9191919191",
"nationality": [
"Portugal"
],
"preferred_name": "The Warden",
"preferred_pronouns": "she/her",
"recovery_number": "0049123123123",
"surname": "Hardin",
"title": "ms"
},
"profile_picture": null,
"raw_email": "sauron+one-2b140@remote.com",
"role": "employee",
"signup_source": null,
"slug": "663e0b79-c893-45ff-a1b2-f6dcabc098b5",
"status": "active"
},
"legal_entity": null,
"metadata": {
"extra_metadata": "extra_metadata"
},
"name": "import-foobars",
"processed_count": 0,
"stage": "submission",
"status": "finished",
"total_count": 100,
"updated_at": "2021-07-15T18:18:17"
}
}