---
title: "Retrieves the result of a long-running dimension values operation."
method: GET
path: "/analytics-query-api/v1/universes/{universeId}/operations/dimension-values/{operationId}"
tags: ["Analytics"]
---

# Retrieves the result of a long-running dimension values operation.

`GET /analytics-query-api/v1/universes/{universeId}/operations/dimension-values/{operationId}`

See the <a href="https://create.roblox.com/docs/cloud/guides/analytics">Analytics guide</a> for more information.

## Path parameters

- `universeId` integer, required
- `operationId` string, required

## Response `200`

OK

- DimensionValuesOperationResult — A completed long-running dimension values operation with results.
  - `path` string, nullable — The server-assigned resource path.
  - `done` boolean — If false, the operation is still in progress. If true, the operation is completed.
  - `response` DimensionValuesResponse — The response for a dimension values query.
    - `values` DimensionValues[] — The dimension values returned by the query.
      - `dimension` string, required — The dimension name.
      - `values` DimensionValue[] — The values for the dimension.
        - `value` string, required — The dimension value.
        - `displayValue` string, nullable — A human-readable display value when the dimension is a unique ID.
  - `metadata` OperationMetadata — The metadata associated with a long-running operation.
    - `createdTime` string, date-time, nullable — The time the operation was created.

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable
- `504` — Gateway Timeout

---

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