Folders

Get all items within a folder

get/v1/folders/{folderId}/items

Path parameters

folderIdstring required

ID of the folder to list items from

Query parameters

type'asset' | 'folder'

Filter by item type

searchstring

Search items by name

sortBy'createdAt' | 'updatedAt' | 'name'

Sort by field

sortDirection'asc' | 'desc'

Direction to sort

limitinteger

Number of items to return

cursorstring

Encoded cursor for pagination

direction'after' | 'before'

Direction for cursor pagination

Response

Folder items retrieved successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.