---
title: "Get Result Controller"
method: GET
path: "/api/v1/models/train/{task_id}/result"
tags: ["Training"]
---

# Get Result Controller

`GET /api/v1/models/train/{task_id}/result`

Retrieves the result of a model creation call.

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/versions/6662a407c637/schema)
