Get a job

GET {{baseUrl}}/v1/jobs/:job_id?include=<string>

Get a job.

scope: jobs:read

Request Params

KeyDatatypeRequiredDescription
includestringAvailable options:
  • all_compensations: Include all effective dated compensations for the job instead of only the current compensation |

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

{&quot;uuid&quot;:&quot;d6d1035e-8a21-4e1d-89d5-fa894f9aff97&quot;,&quot;version&quot;:&quot;d0e719137f89ca3dd334dd4cc248ffbb&quot;,&quot;employee_uuid&quot;:&quot;948daac8-4355-4ece-9e2a-229898accb22&quot;,&quot;current_compensation_uuid&quot;:&quot;ea8b0b90-1112-4f9d-bb93-bf029bc8537a&quot;,&quot;payment_unit&quot;:&quot;Year&quot;,&quot;primary&quot;:true,&quot;title&quot;:&quot;Account Director&quot;,&quot;compensations&quot;:[{&quot;uuid&quot;:&quot;ea8b0b90-1112-4f9d-bb93-bf029bc8537a&quot;,&quot;version&quot;:&quot;994b75511d1debac5d7e2ddeae13679f&quot;,&quot;payment_unit&quot;:&quot;Year&quot;,&quot;flsa_status&quot;:&quot;Exempt&quot;,&quot;job_uuid&quot;:&quot;d6d1035e-8a21-4e1d-89d5-fa894f9aff97&quot;,&quot;effective_date&quot;:&quot;2021-01-20&quot;,&quot;rate&quot;:&quot;78000.00&quot;,&quot;adjust_for_minimum_wage&quot;:false,&quot;minimum_wages&quot;:[]}],&quot;rate&quot;:&quot;78000.00&quot;,&quot;hire_date&quot;:&quot;2020-01-20&quot;}