Get Log Group

This endpoint retrieves detailed metadata about a specific log group by providing its unique id in the URL path. The returned information includes the log group's name, service association, description, retention policy, creation and update timestamps, and whether it is currently enabled.

This is useful for inspecting configuration settings of an individual log group, verifying retention settings, or integrating log group metadata into monitoring dashboards.

Authorization: Bearer YOUR_TOKEN
Path Parameters
  • id string
    The unique ID of the log group. Example: '906a3444-15ce-4410-8041-89a238e9e91f'
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).