---
title: "List all away status reasons"
method: GET
path: "/away_status_reasons"
tags: ["Away Status Reasons"]
---

# List all away status reasons

`GET /away_status_reasons`

Returns a list of all away status reasons configured for the workspace, including deleted ones.

## Headers

- `Intercom-Version` '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | '2.12' | '2.13' | '2.14' — Intercom API version.</br>By default, it's equal to the version set in the app package.

## Response `200`

Successful response

- AwayStatusReason[]
  - `type` string
  - `id` string — The unique identifier for the away status reason
  - `label` string — The display text for the away status reason
  - `emoji` string — The emoji associated with the status reason
  - `order` integer — The display order of the status reason
  - `deleted` boolean — Whether the status reason has been soft deleted
  - `created_at` integer — The Unix timestamp when the status reason was created
  - `updated_at` integer — The Unix timestamp when the status reason was last updated

## Other responses

- `401` — Unauthorized

---

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