Parseable log query API allows you to query logs in real-time. You can query logs using standard PostgreSQL syntax. The API needs startTime
and endTime
parameters to query logs.
Timezone and format
Parseable expects both the start and end time in UTC, in RFC 3339 and ISO 8601 date and time string such as 2022-09-10T05:00:00+00:00
format.