---
title: "ListProcessingPlatforms"
method: GET
path: "/processing-platforms"
tags: ["ProcessingPlatformsService"]
---

# ListProcessingPlatforms

`GET /processing-platforms`

Lists all configured processing platforms.

## Response `200`

OK

- ListProcessingPlatformsResponse
  - `processingPlatforms` DataPolicyProcessingPlatform[]
    - `id` string — An arbitrary but unique identifier for the platform. This matches the id from the PACE app configuration.
    - `platformType` 'PLATFORM_TYPE_UNSPECIFIED' | 'DATABRICKS' | 'SNOWFLAKE' | 'BIGQUERY' | 'POSTGRES', enum

## Other responses

- `default` — Default error response

## Changes

- **2023-11-17** `04d64891152e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getstrm/apis/pace-api/changes/processing-platforms/get.md)

---

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