---
title: "get the service catalog"
method: GET
path: "/v2/catalog"
tags: ["Catalog"]
---

# get the service catalog

`GET /v2/catalog`

## Headers

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

## Response `200`

catalog response

- Catalog
  - `services` Service[]
    - `name` string, required
    - `id` string, required
    - `description` string, required
    - `tags` string[]
    - `requires` string[]
    - `bindable` boolean, required
    - `metadata` Object
    - `dashboard_client` DashboardClient
      - `id` string
      - `secret` string
      - `redirect_uri` string
    - `plan_updateable` boolean
    - `plans` Plan[], required
      - `id` string, required
      - `name` string, required
      - `description` string, required
      - `metadata` Object
      - `free` boolean
      - `bindable` boolean
      - `schemas` SchemasObject
        - `service_instance` ServiceInstanceSchemaObject
          - `create` SchemaParameters
            - `parameters` JSONSchemaObject
          - `update` SchemaParameters
            - `parameters` JSONSchemaObject
        - `service_binding` ServiceBindingSchemaObject
          - `create` SchemaParameters
            - `parameters` JSONSchemaObject

## Changes

- **2017-12-04** `72c4e57bd256` — 9 breaking, 5 warning, 3 info
  - the `services/items/` response's property type changed from `object` to no type for status `200`
  - the `services/items/dashboard_client` response's property type changed from `object` to no type for status `200`
  - the `services/items/plans/items/` response's property type changed from `object` to no type for status `200`
  - the `services/items/plans/items/schemas` response's property type changed from `object` to no type for status `200`
  - …13 more

[Change history](https://skmtc.dev/cloudfoundry/apis/open-service-broker-api/changes/v2/catalog/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/72c4e57bd256/schema)
