Skip to main content
GET
/
models
/
{model_id}
/
versions
List Model Versions
curl --request GET \
  --url https://api.woodwide.ai/models/{model_id}/versions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "model_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "version": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "dataset": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "version_number": 123
      },
      "training_job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "metrics": {},
      "ready_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
string<uuid>
required

Response

Successful Response

Response for listing model versions.

items
ModelVersion · object[]
required