Skip to main content
POST
Fetch logs from Edge

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

Query Parameters

edge_id
string

Logs for specific edge_id

Minimum string length: 1

Body

application/json
Minimum array length: 1
pipeline_id
string<uuid>
required
component_id
string<uuid>
required
message
string
required
Required string length: 1 - 16384
level
enum<string>
required
Available options:
DEBUG,
INFO,
WARN,
ERROR
last_seen_at
string<date-time>
required

Response

200

Default Response