Get list of containers of a group

API to get list of containers of a group.

HEADER/QUERY PARAMETERDESCRIPTIONTYPEVALIDATION
X-COREOS-REQUEST-ID*(header)Unique request ID.string
X-COREOS-TID*(header)Tenant ID.string
X-COREOS-ACCESS*(header)Core-OS access token.string
limit(query)Number of items to return.integerDefault value: 50
offset(query)The number of items to skip from the start.integerDefault value: 0

*This is required.



HTTP Status Code Summary
| Code | Description |
| ---- | ---------- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |
| 503 - Server Error | Something went wrong.. (These are rare.) |

Language
URL
Click Try It! to start a request and see the response here!