---
title: "Get the history logs of the subchannel"
method: GET
path: "/channels/{channel_name}/subchannels/{subchannel_name}/history"
tags: ["channels"]
---

# Get the history logs of the subchannel

`GET /channels/{channel_name}/subchannels/{subchannel_name}/history`

## Path parameters

- `channel_name` string, required
- `subchannel_name` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

get the subchannel history

- ChannelHistory — The object to return for Channel History
  - `items` object[], required
    - `event_type` string — Event type
    - `data` object — Event data
    - `meta` object — the captured event context
    - `created` number — timestamp of log creation

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

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