Log config
Read a log configuration
Read a specific log configuration.
get/controlplane/log/config/{id}
Path parameters
idstring required
The unique ID of the log configuration.
Response
The operation was successful.
Example response
{
"expires_at": "2024-07-12T15:00:00Z",
"account_id": 2345,
"selector": {
"environment": "production"
},
"configuration": {
"log_level": "debug",
"no_error_sampling": 50
}
}