v1
latestOpenAPI 3.0.0(C) Copyright IBM Corp. 2016 All Rights Reserved.2026-07-144737155.4 KBContainer Groups
Inspect a container group.
This endpoint retrieves detailed information about a container group with a given name (corresponding IBM Containers command: cf ic group inspect GROUP).
get/containers/groups/{name_or_id}
Path parameters
name_or_idstring required
The name or unique ID of the container group that you want to inspect. Run cf ic group list or call the GET /containers/groups endpoint to retrieve a list of container groups in your space.
Headers
X-Auth-Tokenstring required
The Bluemix JSON web token that you receive when logging into Bluemix. Run cf oauth-token to retrieve your access token.
X-Auth-Project-Idstring required
The unique ID of your organization space where you want to create or work with your containers. Run cf space <space_name> --guid, where <space_name> is the name of your space, to retrieve your space ID.
Response
OK. A detailed list of information about a container group is retrieved.