cURL
curl --request GET \ --url https://api.gcore.com/cloud/v2/inference/deployments/{instance_id}/regions/{region_id}/logs \ --header 'Authorization: <api-key>'
{ "message": "<string>", "pod": "<string>", "time": "2023-11-07T05:31:56Z" }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Inference Instance ID
Region ID
List of Inference Instance Logs for a Region
Log message.
"GET /v1/predictions"
Pod name.
"iate-container-8568ff8fc7-z7vx9"
Log message timestamp in ISO 8601 format.
"2024-10-14T14:54:04.82851142Z"
Was this page helpful?