---
title: "List all Staff Messages"
method: GET
path: "/staffmessage.json"
tags: ["Staff Messages"]
---

# List all Staff Messages

`GET /staffmessage.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_messages**.

## Response `200`

An array of Staff Messages

- StaffMessage[]
  - `from_staff_uuid` string, uuid — Unique identifier (UUID) of the staff member who sent this message. Identifies the sender of the communication within the system.
  - `to_staff_uuid` string, uuid — Unique identifier (UUID) of the staff member who received this message. Identifies the intended recipient of the communication.
  - `sent_timestamp` string — The date and time when the message was sent. Format is YYYY-MM-DD HH:MM:SS. This field is automatically set to the current time when a new message is created.
  - `delivered_timestamp` string — The date and time when the message was delivered to the recipient's device. Format is YYYY-MM-DD HH:MM:SS. This field may be null if delivery confirmation is not available.
  - `read_timestamp` string — The date and time when the message was read by the recipient. Format is YYYY-MM-DD HH:MM:SS. This field may be null if the message has not been read or if read receipts are not available.
  - `message` string — The text content of the message. Supports Unicode characters for international language support. This field contains the actual message being sent between staff members.
  - `regarding_job_uuid` string, uuid — Unique identifier (UUID) of the job this message is related to. Optional field that links the message to a specific job for context. This field may be null if the message is not related to a specific job.
  - `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
  - `attached_json` string

## 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/revisions/53ede60e3653/schema)
