---
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
  - `maintenance_info` MaintenanceInfo
    - `version` string, required
    - `description` string
  - `metadata` ServiceInstanceMetadata
    - `labels` object
    - `attributes` object

## Other responses

- `404` — Not Found

## Changes

- **2020-09-15** `1fe236521ec0` — 1 info
  - added the optional property `metadata` to the response with the `200` status
- **2020-07-28** `5ce630b0d2e4` — 1 info
  - added the optional property `maintenance_info` to the response with the `200` status
- **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

[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/8e8ca70f8e59/schema)
