Using Console
Using CLI
<restApiId>
and <stageName>
with the ID and name of the API and stage you want to check. This command will return the details of the stage, including whether CloudWatch Logs are enabled.
get_rest_apis
and get_stage
methods of the boto3.client('apigateway')
object to perform the same actions as the above CLI commands.
Using Python