Skip to main content
POST
/
api
/
v1
/
runtime
/
v1
/
logs
Log Entry
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/v1/logs \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "data": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
message
string
required

Log message

level
enum<string>

Log level

Available options:
debug,
info,
warn,
error
data
object

Log data

Response

Log accepted. Body is empty on success.