Skip to content

content_channels_get

Read one channel: its delivery mode and its capability descriptor — the character limit, media rules and cost to check before composing a variant for it.

Tool

content_channels_get

Read one channel: its delivery mode and its capability descriptor — the character limit, media rules and cost to check before composing a variant for it.

Read one channel: its delivery mode and its capability descriptor — the character limit, media rules and cost to check before composing a variant for it.

Behavior

HTTP
GET /content/channels/:id

Arguments

NameTypeRequiredDescription
idstringThe channel id returned by content_channels_list.

Response

FieldTypeAlwaysDescription
idstringChannel id — pass this to content_publications_schedule.
networkstringSocial network: linkedin, x, youtube, instagram or reddit.
pausedAtstringISO-8601 time the connector stopped working, or null when healthy. A paused channel keeps its scheduled publications — they are frozen, not cancelled, and dispatch once it resumes.
createdAtstringISO-8601 creation time.
updatedAtstringISO-8601 time of the last change.
connectorIdstringPlatform connector this channel publishes through, or null for a reminder channel that needs none. An id — this toolkit never holds social credentials; a token is fetched per call and discarded.
displayNamestringHuman label for the channel.
pauseReasonstringWhy it paused: revoked (access was taken away), expired (the credential ran out), or the provider reason code from a failed publish. Null when healthy.
subjectTypestringWho publishes: member (a personal account) or organization (a company page). Phase 1 channels are all member accounts.
capabilitiesobjectWhat the channel accepts and what it costs: maxTextLength, maxMedia, supportsVideo, supportsLink, costPerPostUsd, costPerLinkPostUsd, dailyPostCeiling, ceilingIsRuntimeData. Read maxTextLength before writing a per-channel text variant.
deliveryModestringHow the post reaches the network: auto (this API publishes it) or reminder (the system prepares it and notifies a person, who publishes by hand). Every seeded channel is reminder.

Try it

Read one channel: its delivery mode and its capability descriptor — the character limit, media rules and cost to check before composing a variant for it.

When to use

Read one channel: its delivery mode and its capability descriptor — the character limit, media rules and cost to check before composing a variant for it.

Example

Ask your agent something like this:

Read one channel: its delivery mode and its capability descriptor — the character limit, media rules and cost to check before composing a variant for it.

The agent will invoke content_channels_get with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect