---
title: "Get Arena Model Config Check Handler"
method: GET
path: "/arena/model-config/check/{call_id}"
---

# Get Arena Model Config Check Handler

`GET /arena/model-config/check/{call_id}`

Return a spawned check's report, or `pending` while it runs.

Polled every few seconds for the life of a check, so the result read
uses Modal's async interface rather than blocking the event loop of a
container serving other requests. `from_id` stays sync: it only
builds a handle, and its `.aio` form is deprecated.

## Path parameters

- `call_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/creativemode/apis/creativemode-api.md) · [All operations](https://skmtc.dev/creativemode/apis/creativemode-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/creativemode/creativemode-api/revisions/eb480f5f0703/schema)
