---
title: "Ingest Logs"
method: POST
path: "/v3/logs"
tags: ["Logging"]
---

# Ingest Logs

`POST /v3/logs`

Submit one or more log entries to the logging system.

## Request body

- ApiLogRequest[]
  - `level` string
  - `message` string
  - `metadata` object
  - `resource` string

## Response `200`

OK

- ApiSuccessResponse
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/fivemanage/apis/fivemanage-api.md) · [All operations](https://skmtc.dev/fivemanage/apis/fivemanage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fivemanage/fivemanage-api/revisions/7a5baa842e01/schema)
