Read Logs
Logs
Read Logs
Query for logs.
POST
Read Logs
Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Body
application/json
Required range:
x >= 0Filter logs. Only logs matching all criteria will be returned
Defines log sorting options.
Available options:
TIMESTAMP_ASC, TIMESTAMP_DESC Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
Successful Response
The logger name.
The log level.
The log message.
The log timestamp.
The flow run ID associated with the log.
The task run ID associated with the log.