GET
/
cloud
/
v2
/
inference
/
deployments
/
{instance_id}
/
regions
/
{region_id}
/
logs
curl --request GET \
  --url https://api.gcore.com/cloud/v2/inference/deployments/{instance_id}/regions/{region_id}/logs \
  --header 'Authorization: <api-key>'
{
  "message": "GET /v1/predictions",
  "pod": "iate-container-8568ff8fc7-z7vx9",
  "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

region_id
integer
required

Region ID

Response

200
application/json

List of Inference Instance Logs for a Region

The response is of type object.