Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

An API key is a token that you provide when making API calls. Read more about how to secure your project.

Include the API key to the Authorization header, for instance:

If you use a SDK, ensure you instantiate the client with the API key, for instance with JS SDK:

Body

application/json

Request body for streaming logs

target
string
default:info

Log targets to filter. Format: code_part=log_level (e.g., milli=trace,actix_web=off)

Example:

"milli=trace,index_scheduler,actix_web=off"

mode
enum<string>
default:Human

Output format for log entries. human provides readable text output, json provides structured JSON for parsing, and profile outputs Firefox profiler format for performance visualization.

Available options:
human,
json,
profile
profileMemory
boolean

Enable memory profiling (only useful with profile mode, significantly slows down the engine)

Response

Logs are being returned.

The response is of type string.