---
title: "get a service instance"
method: GET
path: "/v2/service_instances/{instance_id}"
tags: ["ServiceInstances"]
---

# get a service instance

`GET /v2/service_instances/{instance_id}`

## Path parameters

- `instance_id` string, required

## Query parameters

- `service_id` string
- `plan_id` string

## Headers

- `X-Broker-API-Version` string, required
- `X-Broker-API-Originating-Identity` string

## Response `200`

OK

- ServiceInstanceResource
  - `service_id` string
  - `plan_id` string
  - `dashboard_url` string
  - `parameters` Object

## Other responses

- `404` — Not Found

## Changes

- **2019-07-23** `f5fcf232eed3` — 2 info
  - added the optional property `instance_usable` to the response with the `404` status
  - added the optional property `update_repeatable` to the response with the `404` status
- **2019-07-09** `904c418fcb1a` — 2 info
  - added the new optional `query` request parameter `plan_id`
  - added the new optional `query` request parameter `service_id`
- **2019-05-14** `2aba5b99264e` — 2 warning
  - removed the optional property `instance_usable` from the response with the `404` status
  - removed the optional property `update_repeatable` from the response with the `404` status
- **2019-05-08** `acc9377ceb02` — 2 info
  - added the optional property `instance_usable` to the response with the `404` status
  - added the optional property `update_repeatable` to the response with the `404` status
- **2018-04-04** `f9be08d63011` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/cloudfoundry/apis/open-service-broker-api/changes/v2/service_instances/:instance_id/get.md)

---

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