> 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/deka-claw/page-instances.md).

# Page Instances

Get paginated list of instances

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka Claw","description":"API endpoints for Deka Claw (base: /core/dekaclaw)"}],"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"}}},"paths":{"/core/dekaclaw/instances":{"get":{"description":"Get paginated list of instances","tags":["Deka Claw","Instance"],"summary":"Page Instances","parameters":[{"schema":{"type":"string"},"description":"Project ID","name":"project_id","in":"query","required":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}}}}}}}}
```
