Logs
Read Logs
Query for logs.
POST
Headers
Body
application/json
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Filter logs. Only logs matching all criteria will be returned
Required range:
x > 0
Defines log sorting options.
Available options:
TIMESTAMP_ASC
, TIMESTAMP_DESC
Response
200 - application/json
The log level.
The log message.
The logger name.
The log timestamp.
The flow run ID associated with the log.
The task run ID associated with the log.
Was this page helpful?