---
title: "Get a spreadsheet by ID"
method: GET
path: "/spreadsheets/{id}"
tags: ["Spreadsheet"]
---

# Get a spreadsheet by ID

`GET /spreadsheets/{id}`

#		Get a spreadsheet by ID
>*	Retrieve a spreadsheet using their unique identifier
>>*	Recuperar uma planilha usando seu identificador exclusivo

## Path parameters

- `id` integer, required

## Response `200`

Spreadsheet data retrieved successfully | Dados da planilha recuperados com sucesso

- DomainSpreadsheetResponse
  - `card_network` string
  - `company_id` integer
  - `company_name` string
  - `created_at` string
  - `currency` string
  - `extension_type` string
  - `id` integer
  - `link` string
  - `name` string
  - `processed_at` string
  - `status` string
  - `total_issuer` integer
  - `total_rows` integer
  - `total_values` number
  - `user_name` string

## Other responses

- `400` — Invalid ID format | Formato de ID inválido
- `401` — Unauthorized | Não autorizado
- `403` — Forbidden | Proibido
- `500` — General errors, internal server error, etc... | Erros gerais, erro interno do servidor, etc...

---

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