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/ml/models/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "aliases": [ "<string>" ], "created_at": "<string>", "deployed_count": 123, "description": "<string>", "format": "<string>", "framework": "<string>", "id": 123, "is_archived": true, "is_reference": true, "model_type": "<string>", "name": "<string>", "project_id": 123, "source_model_version_id": 123, "updated_at": "<string>", "version": 123, "version_id": 123 }, "error": { "code": "<string>", "details": "<string>", "message": "<string>" }, "meta": { "count": 123, "limit": 123, "offset": 123, "total": 123 }, "success": true }
Returns model version metadata including aliases, metrics and deployment counts.
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Model version ID
Model version details
Show child attributes
Was this page helpful?