> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/chatbot-claudia/get-package-storage-and-type-by-id.md).

# Get Package Storage and Type by ID

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Chatbot Claudia","description":"API endpoints for Chatbot Claudia (base: /core/claudia)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"description":"Type 'Bearer ' followed by your JWT token. Example: \"Bearer eyJhbGciOi...\"","type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ai_claudia__response.Response":{"type":"object","properties":{"data":{},"message":{"type":"string"},"status":{"type":"boolean"}}}}},"paths":{"/core/claudia/flavor/storage/{id}":{"get":{"tags":["Chatbot Claudia","Flavor Package Storage"],"summary":"Get Package Storage and Type by ID","parameters":[{"schema":{"type":"string"},"description":"Package Storage ID","name":"id","in":"path","required":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_claudia__response.Response"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_claudia__response.Response"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_claudia__response.Response"}}}}}}}}}
```
