---
title: "Get Deal Service Providers"
method: GET
path: "/v2/datasets/odyssey/deals/{id}/service-providers"
tags: ["odyssey"]
---

# Get Deal Service Providers

`GET /v2/datasets/odyssey/deals/{id}/service-providers`

Get deal service providers.

Returns service providers (legal, accounting, etc.) involved in the deal.

Note: Service provider data not available from public sources.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- OdysseyDealsServiceProvidersResponse
  - `deal_id` string
  - `company_name` string
  - `service_providers` OdysseyDealsServiceProvidersResponseServiceProvidersItems[]
    - `title` string
    - `url` string
    - `excerpts` string[]
    - `source` string
  - `total` integer
  - `data_sources` string[]

---

[API](https://skmtc.dev/runcaptain/apis/api-reference.md) · [All operations](https://skmtc.dev/runcaptain/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runcaptain/api-reference/revisions/fe4649e3f4aa/schema)
