Logs
Create Logs
Create new logs from the provided schema.
POST
/
api
/
logs
/
Headers
x-prefect-api-version
string
Body
application/json · object[]
name
string
requiredThe logger name.
level
integer
requiredThe log level.
message
string
requiredThe log message.
timestamp
string
requiredThe log timestamp.
flow_run_id
string | null
task_run_id
string | null
Response
201 - application/json
The response is of type any
.
Was this page helpful?