Retrieves aggregated status across runs in a TaskGroup.
cURL
curl --request GET \ --url https://api.parallel.ai/v1beta/tasks/groups/{taskgroup_id} \ --header 'x-api-key: <api-key>'
{ "taskgroup_id": "<string>", "metadata": {}, "status": { "num_task_runs": 123, "task_run_status_counts": {}, "is_active": true, "status_message": "<string>", "modified_at": "2025-04-24T18:56:22.513132Z" }, "created_at": "2025-04-24T18:56:22.513132Z" }
Successful Response
Response object for a task group, including its status and metadata.