# Commitment Orchestrator Events APIs

This contains APIs to fetch commitment orchestrator events data.

## List event logs

 - [POST /gateway/lw/api/accounts/{account_id}/v1/events/chart](https://apidocs.harness.io/commitment-orchestrator-events-apis/eventschart.md): Obtains list of events and the count of their occurences grouped by date

## List auto-renewal events

 - [POST /gateway/lw/api/accounts/{account_id}/v1/events/renewal_events](https://apidocs.harness.io/commitment-orchestrator-events-apis/renewalevents.md): Returns auto-renewal activities (upcoming and completed) for the account, filtered by date range and optional cloud account, regions, and AWS service. Used to annotate charts such as Compute Coverage when savings or coverage dip around RI/SP renewals. If start_date and end_date are omitted, the server defaults to the last 30 days (UTC).

## RI recommendation cooldown schedule

 - [GET /gateway/lw/api/accounts/{account_id}/v1/events/ri_recommendation_schedule](https://apidocs.harness.io/commitment-orchestrator-events-apis/rirecommendationschedule.md): Returns the configured minimum interval between RI recommendation engine runs and when the next run becomes eligible, based on the latest completed approval transaction for the account and service.

