> 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-all-keypair-by-user-id.md).

# Get all keypair by user 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/"}],"paths":{"/core/claudia/user/keypair/{user_id}":{"get":{"tags":["Chatbot Claudia","Keypair"],"summary":"Get all keypair by user id","parameters":[{"schema":{"type":"string"},"description":"User ID","name":"user_id","in":"path","required":true},{"schema":{"type":"integer"},"description":"Page","name":"page","in":"query"},{"schema":{"type":"integer"},"description":"Limit","name":"limit","in":"query"},{"schema":{"type":"string"},"description":"Search","name":"search","in":"query"},{"schema":{"type":"string"},"description":"Paginate","name":"paginate","in":"query"}],"responses":{}}}}}
```
