---
title: "Get sails data"
method: GET
path: "/sails"
---

# Get sails data

`GET /sails`

Fetch sails data using a codeId.

## Query parameters

- `codeId` string, required

## Response `200`

Successful response

- object
  - `codeId` string — The codeId used in the request.
  - `data` string — The sails data associated with the codeId.

## Other responses

- `400` — Missing or invalid codeId
- `404` — Sails data not found
- `500` — Internal server error

---

[API](https://skmtc.dev/gear-tech/apis/meta-service-api.md) · [All operations](https://skmtc.dev/gear-tech/apis/meta-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gear-tech/meta-service-api/revisions/089053c96eeb/schema)
