Retrieve a job
Retrieves the details of an existing job. Supply the unique job ID from either a job creation request or the job list, and 1099Policy will return the corresponding job information.
Path parameters
-
The ID of the desired job (e.g.,
jb_jsb9KEcTpc
).
GET /api/v1/jobs/{job_id}
curl \
-X GET https://api.1099policy.com/api/v1/jobs/{job_id}
Response examples (200)
{
"address": {
"country": "null",
"line1": "92 Geary St",
"line2": "null",
"locality": "San Francisco",
"postalcode": 94114,
"region": "CA"
},
"category_code": "jc_MTqpkbkp6G",
"created": 1646818364,
"custom_metadata": {
"campaign": "Red Bull"
},
"description": "Install fiber optic cable from back to the front of the store.",
"entity": "en_Ah3tqYn",
"id": "jb_jsb9KEcTpc",
"name": "Field technician",
"wage": 15000,
"wage_type": "flatfee",
"years_experience": 10
}