---
title: "Listing of agency contract"
method: GET
path: "/agency/{agency_id}/contract"
tags: ["Agency Contract"]
---

# Listing of agency contract

`GET /agency/{agency_id}/contract`

## Query parameters

- `page` integer
- `items_per_page` integer
- `name` string
- `standard` boolean
- `breakdown_time_rate_allocation_type` string
- `sortBy` string[]

## Response `200`

Agency contract listing

- AgencyContractReturn[]
  - `_id` string, required
  - `name` string, required
  - `description` string
  - `currency` string
  - `date_modified` string, date-time, required
  - `date_created` string, date-time, required
  - `standard` boolean
  - `breakdown_time_rate_allocation_type` string
  - `etag` integer
  - `last_job_title_min_end_date` string, date-time
  - `last_job_title_max_end_date` string, date-time
  - `status` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation error on get
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `403` — Permission denied error
- `404` — No such record
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
