v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Everywhere Inference

Get inference deployment logs

get/cloud/v3/inference/{project_id}/deployments/{deployment_name}/logs

Path parameters

project_idinteger required

Project ID

Example:1

Project ID

deployment_namestring required

Inference instance name.

Example:my-instance

Inference instance name.

Query parameters

limitinteger

Optional. Limit the number of returned items

Example:1000

Optional. Limit the number of returned items

offsetinteger

Optional. Offset value is used to exclude the first set of records from the result

Optional. Offset value is used to exclude the first set of records from the result

order_by'time.asc' | 'time.desc'

Order by field

region_idinteger nullable

Region ID

Example:1

Region ID

Response

OK

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "message": "GET /v1/predictions",
      "pod": "iate-container-8568ff8fc7-z7vx9",
      "region_id": 7,
      "time": "2024-10-14T14:54:04.82851142Z"
    }
  ]
}