cURL
curl --request GET \ --url https://console.gmicloud.ai/api/v1/containers/{id}/logs \ --header 'Authorization: Bearer <token>'
200
Example
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
log string
The response is of type string.
string