---
title: "Returns Service Record's Action Items"
method: GET
path: "/service-records/{recordId}/action-items"
tags: ["Service Records"]
---

# Returns Service Record's Action Items

`GET /service-records/{recordId}/action-items`

Allows to retrieve service record's action items.

## Response `200`

A list of service record's action items

- SrActionItem[]
  - `id` number, required
  - `section` string, required
  - `subSection` string, required
  - `assignee` string, nullable
  - `assignedGroup` string, nullable
  - `dueDate` string, date-time, nullable
  - `completed` boolean, required
  - `approved` boolean, required

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

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