POST
/
api
/
logs
"<any>"

Headers

x-prefect-api-version
string

Body

application/json · object[]
name
string
required

The logger name.

level
integer
required

The log level.

message
string
required

The log message.

timestamp
string
required

The log timestamp.

flow_run_id
string | null
task_run_id
string | null

Response

201
application/json
Successful Response

The response is of type any.