---
title: "Get store operation links"
method: GET
path: "/{storeName}"
tags: ["stores"]
---

# Get store operation links

`GET /{storeName}`

Get the core operation links for a specific store.

The response object provides a "directory" of the
sub-resources provided for a store. Each sub-resource
allows you to view and manipulate a particular aspect
of the store.

The path to each resource is provided as a path relative
to this store resource.

## Path parameters

- `storeName` string, required

## Response `200`

Successful response

- StoreResponse
  - `name` string — The store name
  - `commits` string — The relative path to the store's commit points resource
  - `jobs` string — The relative path to the store's jobs resource
  - `transactions` string — The relative path to the store's transactions resource
  - `statistics` string — The relative path to the store's statistics resource
  - `sparqlQuery` string — The relative path to the SPARQL 1.1 Query endpoint for the store
  - `sparqlUpdate` string — The relative path to the SPARQL 1.1 Update endpoint for the store

---

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