Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://acusight.io/api/data/projects/{id}/stats \ --header 'Authorization: Bearer <token>'
{ "data": { "annotated_images": 123, "annotating_count": 123, "dataset_count": 123, "is_training": true, "model_count": 123, "pending_images": 123, "project_id": 123, "total_batches": 123, "total_images": 123, "unassigned_count": 123 }, "error": { "code": "<string>", "details": "<string>", "message": "<string>" }, "meta": { "count": 123, "limit": 123, "offset": 123, "total": 123 }, "success": true }
Provides counts of batches and images across workflow stages for a project.
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Project ID
Project statistics
Show child attributes
Was this page helpful?