---
title: "Get a contact status definition"
method: GET
path: "/contacts/lists/status/{statusId}"
tags: ["Contact API:Lists"]
---

# Get a contact status definition

`GET /contacts/lists/status/{statusId}`

## Path parameters

- `statusId` integer, required

## Response `200`

Requested contact status definition

- StatusRepresentation
  - `statusId` integer, required
  - `name` string, required
  - `active` boolean
  - `default` boolean
  - `links` ModelLinks
    - `self` string, uri, nullable

## Other responses

- `404` — Requested contact status definition was not found

---

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