List log entries for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. A Log Entry are a record of all events on your account. For more information see theDocumentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Parameters
| Parameter | Description |
|---|---|
| ID | ID of the incident. |
| Include | Array of additional Models to include in response. |
| Is Overview | If true, will return a subset of log entries that show only the most important changes to the incident. |
| Since | The start of the date range over which you want to search. |
| Time Zone | Time zone in which dates in the result will be rendered. |
| Until | The end of the date range over which you want to search. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Limit | The number of results per page. |
| Offset | Offset to start pagination search results. |
| Total | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |