---
title: "Gets the asset status and other configuration details for the given assetIds list."
method: POST
path: "/v1/creations/get-asset-details"
tags: ["Assets"]
---

# Gets the asset status and other configuration details for the given assetIds list.

`POST /v1/creations/get-asset-details`

## Request body

- RobloxItemConfigurationApiAssetCreationsDetailsRequest
  - `AssetIds` integer[]

## Response `200`

OK

- RobloxItemConfigurationApiAssetCreationsDetailsResponse[]
  - `assetId` integer — The asset Id.
  - `name` string — The asset name.
  - `status` 'Unknown' | 'ReviewPending' | 'Moderated' | 'ReviewApproved' | 'OnSale' | 'OffSale' | 'DelayedRelease' | 'Free' — The asset status. ['Unknown' = 0, 'ReviewPending' = 1, 'Moderated' = 2, 'ReviewApproved' = 3, 'OnSale' = 4, 'OffSale' = 5, 'DelayedRelease' = 6, 'Free' = 7]
  - `description` string — The asset description.
  - `creatorType` 'Unknown' | 'User' | 'Group' — The creator type. ['Unknown' = 0, 'User' = 1, 'Group' = 2]
  - `creatorTargetId` integer — The creator target Id.
  - `isArchived` boolean — Is the asset archived.
  - `assetType` string — Type of the asset.
  - `created` string, date-time — Date asset was created.
  - `updated` string, date-time — Date asset was created.

## Other responses

- `400` — 1: Missing AssetIds parameters 2: Invalid asset Ids
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `414` — 3: Too many asset Ids
- `429` — 9: Flood Limit Exceeded
- `503` — 6: Service Unavailable

---

[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)
