---
title: "List expected revenue"
method: GET
path: "/expected-revenue"
tags: ["Expected Revenue"]
---

# List expected revenue

`GET /expected-revenue`

Returns a list of expected revenue entries

## Query parameters

- `team_id` integer
- `project_id` integer
- `select` string

## Response `200`

Successful response

- object
  - `data` ExpectedRevenue[]
    - `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

---

[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/revisions/e8fd192f94c6/schema)
