GET
/
cloud
/
v1
/
caas
/
{project_id}
/
{region_id}
/
containers
/
{container_name}
/
logs
curl --request GET \
  --url https://api.gcore.com/cloud/v1/caas/{project_id}/{region_id}/containers/{container_name}/logs \
  --header 'APIKey: <api-key>'
{
  "logs": [
    {}
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project id

Examples:

1

region_id
integer
required

Region id

Examples:

1

container_name
string
required

Container name

Examples:

"my-container"

Query Parameters

limit
integer
default:1000

Limit the number of logs lines

Required range: 1 <= x <= 100000
Examples:

10

Response

200 - application/json

OK

The response is of type object.