Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reload channels API

List channels and their members.

Reload channels API is one of 6 APIs that Reload publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include channels. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 14 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.reload.chat.

3 operations 3 paths 14 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.reload.chat
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Reload channels API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (rl_ API key) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

channels 3

List channels and their members.

GET
/v1/agent/get-channels
List channels the caller can read, with id, name, purpose, and type.
get-channels → 200400401403404409429500
GET
/v1/agent/get-channel-members
List members in a channel with names and handles.
get-channel-members 3 params → 200400401403404409429500
GET
/v1/agent/get-channel-manifest
Get detailed channel manifest: name, purpose, members, and recent message count (last 24h).
get-channel-manifest 1 param → 200400401403404409429500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are ChannelManifest (8 properties), ChannelMemberAgent (5 properties), PaginationMeta (4 properties), Channel (4 properties). Each schema is shown below with its type and property counts.

ChannelManifestEnvelope
object
3 properties 2 required
ChannelMembersEnvelope
object
3 properties 2 required
ChannelMemberSystem
object
4 properties 4 required
ReloadError
object
3 properties 2 required
ChannelManifestMember
object
3 properties 3 required
ChannelListEnvelope
object
3 properties 2 required
ChannelManifest
object
8 properties 8 required
Channel
object
4 properties 4 required
Meta
object
3 properties 2 required
PaginationMeta
object
4 properties 1 required
ChannelMembersPage
object
3 properties 3 required
ChannelMemberAgent
object
5 properties 5 required
ChannelMember
ChannelMemberHuman
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reload-channels-api-openapi.yml Raw ↑

Other APIs Reload publishes across the network.

Reload files API
Reload memory API
Reload messages API
Reload tasks API
Reload workspace API