---
title: "Get expected revenue"
method: GET
path: "/expected-revenue/{id}"
tags: ["Expected Revenue"]
---

# Get expected revenue

`GET /expected-revenue/{id}`

Returns a specific expected revenue entry

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- ExpectedRevenue — Expected revenue entry
  - `id` integer
  - `team_id` integer
  - `project_id` integer, nullable
  - `client_id` integer, nullable
  - `amount` number
  - `month` string
  - `description` string, nullable
  - `is_committed` boolean
  - `date` string, date
  - `note` string, nullable
  - `project` object, nullable
    - `id` integer
    - `name` string
  - `client` object, nullable
    - `id` integer
    - `name` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

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