---
title: "Gets the user created asset information filtered by the given asset type."
method: GET
path: "/v1/creations/get-assets"
tags: ["Assets"]
---

# Gets the user created asset information filtered by the given asset type.

`GET /v1/creations/get-assets`

## Query parameters

- `assetType` string, required
- `isArchived` boolean
- `groupId` integer
- `limit` 10 | 25 | 50 | 100
- `cursor` string

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxItemConfigurationApiAssetCreationsResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxItemConfigurationApiAssetCreationsResponse[]
    - `assetId` integer — The asset Id.
    - `name` string — The asset name.

## Other responses

- `400` — 5: Invalid assetType 10: Invalid Asset Category
- `401` — 0: Authorization has been denied for this request.
- `403` — 7: User does not have necessary permissions for group 8: Asset type does not have necessary permissions for group
- `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/revisions/ece7c5a315e7/schema)
