Team
RetrieveJob
Retrieves a specified job.
get/v2/team-members/jobs/{job_id}
Path parameters
job_idstring required
The ID of the job to retrieve.
Response
Success
Example response
{
"job": {
"created_at": "2021-06-11T22:55:45Z",
"id": "1yJlHapkseYnNPETIU1B",
"is_tip_eligible": true,
"title": "Cashier 1",
"updated_at": "2021-06-11T22:55:45Z",
"version": 2
}
}