list_annotations
Retrieve calendar annotations and notes on cost data to view context behind charges and budget changes.
Instructions
Use this when the user wants to see calendar annotations or notes on cost data. Returns a list of annotations. Do NOT use this for labels (use list_labels) or alerts (use list_alerts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | The maximum number of results to return in a single page. Defaults to 500. | |
| pageToken | No | Page token, returned by a previous call, to request the next page of results. | |
| filter | No | An expression for filtering the results. Valid fields: content, timestamp, labels. Example: content:budget | |
| sortBy | No | A field by which the results will be sorted. Accepted values: id, content, timestamp, timeCreated, timeModified. | |
| sortOrder | No | The sort order for results. Accepted values: asc, desc. |