Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Content-Type
string

application/json

Query Parameters

name
string

Filter asset groups by name

Example:

"k3d83a9b-k3dk-5lkd-2ldk-9kd77c1beb6"

cursor
string

Get the next batch of asset groups. Used for pagination

Example:

"k3d83a9b-k3dk-5lkd-2ldk-9kd77c1beb6"

perPage
number

Specify the batch size of the list. Used for pagination

Required range: x <= 1000
Example:

10

includeTotal
boolean

Include the total count of available asset groups

Example:

true

Response

Asset Groups list

data
object[]
meta
object