---
title: "List all Job Allocations"
method: GET
path: "/joballocation.json"
tags: ["Job Allocations"]
---

# List all Job Allocations

`GET /joballocation.json`

#### Filtering
This endpoint supports result filtering. For more information on how to filter this request, [go here](/docs/filtering).
			
			
#### OAuth Scope
This endpoint requires the following OAuth scope **read_schedule**.

## Response `200`

An array of Job Allocations

- JobAllocation[]
  - `job_uuid` string, uuid — The UUID of the job that this allocation relates to.
  - `queue_uuid` unknown
  - `staff_uuid` string, uuid — The UUID of the staff member this job is allocated to.
  - `allocation_date` string — The minimum start date for a job allocation to be completed by a staff member. Setting this date will ensure the job allocation appears in the future on staff schedules.
  - `allocation_window_uuid` string, uuid — The UUID of the allocation window that defines when the job should be completed (e.g. Urgent, Early Morning, During Business Hours).
  - `allocated_by_staff_uuid` string, uuid — The UUID of the staff member who allocated the job.
  - `allocated_timestamp` string — The timestamp when the job was allocated.
  - `expiry_timestamp` string — The timestamp when the job allocation expires.
  - `read_timestamp` string — The timestamp when the job allocation was read by the staff member.
  - `completion_timestamp` string — The timestamp when the job allocation was marked as completed.
  - `estimated_duration` unknown
  - `revised_duration` unknown
  - `sort_priority` string — The sort priority for displaying this job allocation.
  - `requires_acceptance` unknown
  - `acceptance_status` unknown
  - `acceptance_timestamp` unknown
  - `uuid` string, uuid — Unique identifier for this record
  - `active` 0 | 1 — Record active/deleted flag. Valid values are [0,1]
  - `edit_date` string — Timestamp at which record was last modified

## Other responses

- `400` — Bad Request - The request is malformed or contains invalid parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - You don't have permission to access this resource
- `429` — Too Many Requests - You have exceeded the rate limit
- `500` — Internal Server Error - An unexpected error occurred on the server

---

[API](https://skmtc.net/servicem8/apis/servicem8-api.md) · [All operations](https://skmtc.net/servicem8/apis/servicem8-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/servicem8/servicem8-api/versions/53ede60e3653/schema)
