v1

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-05-044743166.6 KB
runs

Update run metadata

Update the metadata of a run.

put/api/v1/runs/{runId}/metadata

Request body

metadataobject

The new metadata to set on the run.

Example request

{
  "metadata": {
    "key": "value"
  }
}

Response

Successful request

metadataobject

The updated metadata of the run.