---
title: "Get an opportunity"
method: GET
path: "/opportunities/{opportunityId}"
tags: ["Opportunity API:Opportunities"]
---

# Get an opportunity

`GET /opportunities/{opportunityId}`

## Path parameters

- `opportunityId` string, uuid, required

## Response `200`

Requested opportunity details

- OpportunitySummaryModel
  - `opportunityId` string, uuid
  - `opportunityTitle` string, nullable
  - `company` integer
  - `contact` integer, nullable
  - `workType` integer, nullable
  - `currentStage` OpportunityStageModel
    - `stageId` string, uuid, nullable
    - `name` string, nullable
    - `active` boolean
  - `value` OpportunityValueModel
    - `value` number, double, nullable
  - `estimatedClose` string, date-time, nullable
  - `owners` integer[], nullable
  - `additionalInformation` string, nullable
  - `createdBy` integer
  - `createdAt` string, date-time, nullable
  - `updatedBy` integer
  - `updatedAt` string, date-time, nullable

## Other responses

- `404` — Opportunity 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/revisions/9f43f6a6ee6e/schema)
