List environment logs
laravel_cloud_list_environment_logsRetrieve environment logs within a specified time range, with optional filters for type, query, instances, and pagination.
Instructions
Get a list of logs for the given environment within a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End of the time range (ISO 8601 or epoch). | |
| from | Yes | Start of the time range (ISO 8601 or epoch). | |
| type | No | Log type filter. | |
| query | No | Search query. | |
| cursor | No | Pagination cursor. | |
| instances | No | Limit to specific instance IDs. | |
| whole_word | No | Match whole words only. | |
| environment | Yes | Environment ID. | |
| case_sensitive | No | Match the query case-sensitively. |