Retrieve up to 100 containers by their specified external ids.
List of external-ids of containers to retrieve.
| required | Array of objects  [ 1 .. 100 ] items  | 
List of containers
The response for a failed request.
{- "items": [- {- "externalId": "string",
- "space": "string"
 }
 ]
}{- "items": [- {- "space": "string",
- "externalId": "string",
- "name": "string",
- "description": "string",
- "usedFor": "node",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "isGlobal": true,
- "properties": {- "containerPropertyIdentifier1": {- "immutable": false,
- "nullable": true,
- "autoIncrement": false,
- "defaultValue": "string",
- "description": "string",
- "name": "string",
- "constraintState": {- "nullability": "current",
- "maxListSize": "current",
- "maxTextSize": "current"
 },
- "type": {- "type": "text",
- "list": false,
- "maxListSize": 0,
- "maxTextSize": 0,
- "collation": "ucs_basic"
 }
 },
- "containerPropertyIdentifier2": {- "immutable": false,
- "nullable": true,
- "autoIncrement": false,
- "defaultValue": "string",
- "description": "string",
- "name": "string",
- "constraintState": {- "nullability": "current",
- "maxListSize": "current",
- "maxTextSize": "current"
 },
- "type": {- "type": "text",
- "list": false,
- "maxListSize": 0,
- "maxTextSize": 0,
- "collation": "ucs_basic"
 }
 }
 },
- "constraints": {- "constraint-identifier1": {- "state": "current",
- "constraintType": "requires",
- "require": {- "type": "container",
- "space": "string",
- "externalId": "string"
 }
 },
- "constraint-identifier2": {- "state": "current",
- "constraintType": "requires",
- "require": {- "type": "container",
- "space": "string",
- "externalId": "string"
 }
 }
 },
- "indexes": {- "index-identifier1": {- "properties": [- "string"
 ],
- "indexType": "btree",
- "cursorable": false,
- "bySpace": false,
- "state": "current"
 },
- "index-identifier2": {- "properties": [- "string"
 ],
- "indexType": "btree",
- "cursorable": false,
- "bySpace": false,
- "state": "current"
 }
 }
 }
 ]
}