---
title: "get the catalog of services that the service broker offers"
method: GET
path: "/v2/catalog"
tags: ["Catalog"]
---

# get the catalog of services that the service broker offers

`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` Metadata — See [Service Metadata Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#service-metadata) for more details.
    - `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` Metadata — See [Service Metadata Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#service-metadata) for more details.
      - `maintenance_info` MaintenanceInfo
        - `version` string, required
        - `description` string
      - `free` boolean
      - `bindable` boolean
      - `schemas` Schemas
        - `service_instance` ServiceInstanceSchema
          - `create` SchemaParameters
            - `parameters` JSONSchema — unresolved $ref
          - `update` SchemaParameters
            - `parameters` JSONSchema — unresolved $ref
        - `service_binding` ServiceBindingSchema
          - `create` SchemaParameters
            - `parameters` JSONSchema — unresolved $ref

## Changes

- **2020-03-06** `bb48766a73bc` — 1 warning
  - removed the optional property `services/items/binding_rotatable` from the response with the `200` status
- **2020-03-05** `26c72ff3ae89` — 1 info
  - added the optional property `services/items/binding_rotatable` to the response with the `200` status
- **2019-05-29** `50d6a39faad0` — 1 info
  - added the optional property `services/items/plans/items/maintenance_info` to the response with the `200` status
- **2019-05-16** `455de227e749` — 1 warning
  - removed the optional property `services/items/plans/items/maintenance_info` from the response with the `200` status
- **2019-05-14** `2aba5b99264e` — 1 info
  - added the optional property `services/items/plans/items/maintenance_info` to the response with the `200` status

[Full 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/bb48766a73bc/schema)
