v1
latestOpenAPI 3.1.02026-07-243113441.2 MBTime Off Requests
Get a time off request
Get a single time off request by UUID
scope: time_off_requests:read
get/v1/time_off/requests/{time_off_request_uuid}
Path parameters
time_off_request_uuidstring required
The UUID of the time off request
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
successful
Example response
{
"uuid": "ad158cfb-99e4-4741-9db3-0bd3a267f222",
"status": "pending",
"employee_note": "Family vacation",
"policy_type": "vacation",
"policy_uuid": "c2d9b1bd-3f36-4c2d-a727-b2af057d6a7f",
"days": {
"2026-10-20": "8.000",
"2026-10-21": "8.000"
},
"employee": {
"uuid": "51924fa0-26c6-4d4c-8832-3ef0b422c67e",
"full_name": "Alex Johnson"
},
"initiator": {
"uuid": "51924fa0-26c6-4d4c-8832-3ef0b422c67e",
"full_name": "Alex Johnson"
},
"approver": {
"uuid": "21d8dff4-ce09-4120-a274-3a5628bf6769",
"full_name": "Morgan Chen"
}
}