Operate Channels
Inspect authentication, routing, deliveries, alarms, and resulting Runs for a deployed Channel.
Before you begin
Request channel:read to inspect deliveries and channel:manage for alarms. Keep the AuthProvider, target Agent, and customer-identity model available while troubleshooting. Use canonical CRNs so similarly named resources in other namespaces are not confused.
Steps
- Verify the Channel CRN, protocol, visibility, and deployed revision.
- Follow the linked AuthProvider and target Agent references where Console support exists.
- Inspect recent deliveries for direction, deduplication status, authentication failures, and Run receipts.
- Retrieve a specific message when payload-level evidence is required.
- Schedule or cancel alarms only when the deployed Channel declares alarm capability.
- Follow the resulting Run to inspect pinned authority and durable execution.
Verify
A healthy delivery has authenticated principal evidence, a canonical event id, the expected target Agent, and a durable receipt. Duplicate input should return the recorded outcome rather than creating a second Run. Authentication failures should stop before Channel code executes.
Next steps
Read Run operations for downstream execution controls or Agent operations for target bindings.