cURL
curl --request GET \ --url https://api.example.com/api/semantic-models/tasks/{task_id} \ --header 'Authorization: Bearer <token>'
{ "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "celery_task_id": "<string>", "domain_urn": "<string>", "status": "<string>", "error_message": "<string>", "models_generated": 123, "result_model_ids": [ "<string>" ], "submitted_by": "<string>", "submitted_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" }
Get the status of a semantic model generation task.
Required Role: nx1_semantic_modeller or nx1_semantic_admin
The access token received from the authorization server in the OAuth 2.0 flow.
Task status
Status of a generation task.
Was this page helpful?