---
title: "Get Platform Information"
method: GET
path: "/v1/pipeline/platform/info"
tags: ["Pipelines"]
---

# Get Platform Information

`GET /v1/pipeline/platform/info`

Get information about the current platform deployment. May be useful for the platform UI.

## Query parameters

- `groups` union[]
  - union
    - 'retry'
    - unknown

## Response `200`

An object containing the requested information fields

- object
  - `retry` object
    - `maxRetryCountDefault` integer, required
    - `maxRetryCountLimit` integer, required
    - `maxRetryDelaySeconds` integer, required

## Other responses

- `400` — Incorrect input provided

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
