---
title: "Check federated table compatibility"
method: POST
path: "/federated/check"
tags: ["file"]
---

# Check federated table compatibility

`POST /federated/check`

Checks whether the given member sheets can form a federated table and returns the proposed schema. Creates nothing.

## Request body

- FederatedRequest
  - `fileName` string
  - `members` string[]
  - `parentDirectory` string

## Response `200`

OK

- FederatedCheckResponse
  - `compatible` boolean
  - `error` string
  - `fieldsTypes` string[]
  - `headers` string[]
  - `members` string[]

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/versions/d1e5cbb24557/schema)
