GET
/
cloud
/
v2
/
inference
/
deployments
/
{instance_id}
/
logs
curl --request GET \
  --url https://api.gcore.com/cloud/v2/inference/deployments/{instance_id}/logs \
  --header 'APIKey: <api-key>'
{
  "message": "GET /v1/predictions",
  "pod": "iate-container-8568ff8fc7-z7vx9",
  "region_id": 7,
  "time": "2024-10-14T14:54:04.82851142Z"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

instance_id
string
required

Inference Instance ID

Response

200
application/json

List of Inference Instance Logs

The response is of type object.