v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Creator Store

Gets saves from a collection.

get/toolbox-service/v1/saves

Query parameters

targetType'Audio' | 'Model' | 'Decal' | 'Plugin' | 'MeshPart' | 'Video' | 'FontFamily'

This represents a "subset" of Toolbox.Service.CategoryType options and represent the full set of "categories" (or asset types) that can be searched upon from the toolbox search API.

The asset type to filter by

targetIdinteger nullable

The ID of the asset to filter by. If provided, targetType must also be provided.

collectionNamestring

Custom collections are not currently supported. This field should be omitted.

sortBy'Name' | 'Creator' | 'Ratings' | 'TargetType' | 'DateSaved' | 'LastModified' | 'Price'

The category to sort the saves by.

The field to sort by

sortDirection'None' | 'Ascending' | 'Descending'

Represents the direction in which to sort the results

The direction to sort by

limitinteger

The maximum number of saves to return

pageinteger

The page number to return, starting from 1

keywordstring

The keyword to filter by

hideOwnedAssetsboolean

Whether to hide owned assets

Response

Success

totalCountinteger required

The total number of saves that match the query.