

# `get_image_log_events`
<a name="pc-py-lib-api-logs-image-stack-log-events"></a>

```
get_image_log_events(image_id, log_stream_name, region, next_token, start_from_head, limit, start_time, end_time)
```

Get log events for a given image and log stream.Parameters:

**`image_id` (required)**  
The image ID.

**`log_stream_name` (required)**  
The log stream name.

**`region`**  
The image Amazon Web Services Region.

**`next_token`**  
The token for the next set of results.

**`start_from_head`**  
If set to `True`, Amazon ParallelCluster returns the earliest log events first. If set to `False`, it returns the latest log events first. The default is `False`.

**`limit`**  
The maximum number of log events returned. If you don't specify a value, the maximum is the number of logs that can fit in a response size of 1 MB, up to 10,000 log events.

**`start_time`**  
The start of the time range for log events, expressed in ISO 8601 format; for example, `'2021-01-01T20:00:00Z'`. Events with a timestamp equal to, or later than, this time are included.

**`end_time`**  
The end of the time range for log events, expressed in ISO 8601 format; for example, `'2021-01-01T20:00:00Z'`. Events with a timestamp equal to, or later than, this time are not included.