> For the complete documentation index, see [llms.txt](https://jtheta-ai.gitbook.io/docs.jtheta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jtheta-ai.gitbook.io/docs.jtheta.ai/jtheta-rest-api/openapi/get-annotation-status.md).

# Get Annotation Status

## GET /get\_annotation\_status/{project\_title}/

> Get annotation progress status

```json
{"openapi":"3.0.3","info":{"title":"JTheta API","version":"1.0.0"},"servers":[{"url":"https://api.jtheta.ai"}],"paths":{"/get_annotation_status/{project_title}/":{"get":{"tags":["Get Annotation Status"],"summary":"Get annotation progress status","parameters":[{"name":"project_title","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Status info"}}}}}}
```
