Query

Parseable Log Query API | Parseable

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.

Run in Postman

Log Stream Query API

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.

Updated on