Skip to main content
GET
/
models
/
{handle}
/
versions
cURL
curl https://u22a8.ai/v1/models/acme.support-tone/versions \
  -H "Authorization: Bearer $U22A8_API_KEY"
{
  "items": [
    {
      "version_id": 123,
      "version_no": 123,
      "triggered_by": "<string>",
      "param_hash": "<string>",
      "sample_count": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "run_id": "<string>",
      "metrics": {},
      "tags": [
        "<string>"
      ]
    }
  ],
  "limit": 123,
  "next_cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://u22a8-police-sweep-2026-06-01.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key issued in the platform console, sent as Authorization: Bearer <key>.

Path Parameters

handle
string
required

Model handle, e.g. 'u22a8.technical-writing'.

Example:

"u22a8.technical-writing"

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 250
cursor
string | null

Response

Successful Response

items
VersionSummary · object[]
required
limit
integer
required

Page size used for this response.

next_cursor
string | null

Opaque cursor for the next page; null when exhausted.