---
title: "Upload Store Logs"
method: POST
path: "/store/logs"
---

# Upload Store Logs

`POST /store/logs`

Uploads the log files of InStore as per the headers provided - supports activity logs and performance logs.

## Query parameters

- `format` 'xml' | 'json'
- `uploaded_time` string, date
- `logged_time` string, date

## Headers

- `Content-Type` string, required
- `X-CAP-CLIENT-LOGFILENAME` string, required
- `X-CAP-CLIENT-LOGFILESIZE` integer
- `X-CAP-CLIENT-FILE-SIGNATURE` string

## Response `200`

200

- object
  - `response` object
    - `success` string
    - `code` string
    - `message` string

---

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