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

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

instance_id
string
required

Inference Instance ID

Response

List of Inference Instance Logs

message
string
required

Log message.

Examples:

"GET /v1/predictions"

pod
string
required

Pod name.

Examples:

"iate-container-8568ff8fc7-z7vx9"

region_id
integer
required

Region ID where the container is deployed.

Examples:

7

time
string<date-time>
required

Log message timestamp in ISO 8601 format.

Examples:

"2024-10-14T14:54:04.82851142Z"