---
title: "Fetch logs from Edge"
method: POST
path: "/pipeline/account/local-deploy/log"
tags: ["Edge - Local Deploy"]
---

# Fetch logs from Edge

`POST /pipeline/account/local-deploy/log`

Receive logs from an Edge pipeline

## Query parameters

- `edge_id` string

## Request body

- object[]
  - `pipeline_id` string, uuid, required
  - `component_id` string, uuid, required
  - `message` string, required
  - `level` 'DEBUG' | 'INFO' | 'WARN' | 'ERROR', required
  - `last_seen_at` string, date-time, required

## Response `200`

Default Response

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
