cURL
curl --request GET \ --url https://api.select.dev/api/{organization_id}/usage-group-sets/{usage_group_set_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "order": 123, "snowflake_account_uuid": "<string>", "snowflake_organization_name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Retrieve a specific usage group set by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the usage group set
Successful Response
The response is of type object.
object