---
title: "POST /api/v1/logging/log_message/"
method: POST
path: "/api/v1/logging/log_message/"
tags: ["logging", "v1"]
---

# POST /api/v1/logging/log_message/

`POST /api/v1/logging/log_message/`

Log provided data

## Request body

- LoggingAPIViewRequest
  - `queryInfo` object, required
  - `records` object[], required

## Response `200`

- object

## Other responses

- `400`
- `500`

## Changes

- **2021-05-24** `8167164be9cc` — 3 breaking
  - the `records/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/json)
  - the `records/items/` request property type/format changed from ``/`` to `object`/`` (media type: application/x-www-form-urlencoded)
  - the `records/items/` request property type/format changed from ``/`` to `object`/`` (media type: multipart/form-data)
- **2020-12-11** `0957c4a7ae3d` — 1 breaking, 2 info
  - the `records/items/` request property type/format changed from `object`/`` to ``/`` (media type: application/json)
  - the `records/items/` request property type/format was generalized from `object`/`` to ``/`` (media type: application/x-www-form-urlencoded)
  - the `records/items/` request property type/format was generalized from `object`/`` to ``/`` (media type: multipart/form-data)

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/logging/log_message/post.md)

---

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