Logs
Read Logs
Query for logs.
POST
/
api
/
logs
/
filter
Headers
Body
application/json
Required range:
x > 0
Filter 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
200 - application/json
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.
Was this page helpful?