POST

List Collections


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of data collections and their details.

When collectionIds is empty, all existing collections are returned. If a specified collection does not exist, that collection can be ignored.

Endpoint
POST
{DEPLOYMENT-URI}/v3/collections/get
Body Params
collectionIdsArray <string>

IDs of collections to retrieve. If empty, all available collections are retrieved.

Response Object
collectionsArray <Collection>

List of the retrieved collections.

Request
cURL
Response
JSON
Did this help?