---
title: "Get a vector by ID"
method: GET
path: "/api/v1/vector/vectors/{id}"
---

# Get a vector by ID

`GET /api/v1/vector/vectors/{id}`

Retrieve a single vector and its attributes by its user-provided ID.

## Path parameters

- `id` string, required

## Response `200`

The requested vector.

## Other responses

- `400` — Invalid input.
- `404` — Vector not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/opendata-oss/apis/opendata-vector-api.md) · [All operations](https://skmtc.dev/opendata-oss/apis/opendata-vector-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendata-oss/opendata-vector-api/revisions/c2b4afb0cdb8/schema)
