---
title: "Get a lead outcome by ID"
method: GET
path: "/outcomes/{id}"
tags: ["Leads"]
---

# Get a lead outcome by ID

`GET /outcomes/{id}`

## Path parameters

- `id` string, required

## Response `200`

A single lead outcome

- LeadOutcome
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `name` string
  - `status` string
  - `type` string

---

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