POST
/
api
/
logs
/
"<any>"

Headers

x-prefect-api-version
string

Body

application/json · LogCreate · object[]
name
string
required

The logger name.

level
integer
required

The log level.

message
string
required

The log message.

timestamp
string<date-time>
required

The log timestamp.

flow_run_id
string<uuid> | null
task_run_id
string<uuid> | null

Response

Successful Response

The response is of type any.