Get Channel
Fetch an Are.na channel by slug or channel URL.
Capability ID
arena.channel.get
Cost
1 credit per request
Maximum runtime
10 seconds
POST
/execute
Shared execution endpoint
Input parameters
slug
string
required
Are.na channel slug or URL
Example
websites-with-novel-navs
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
counts |
object |
2 fields |
counts.contents |
integer |
189 |
counts.followers |
integer |
853 |
created_at |
string |
over 13 years ago |
href |
string |
/laurel-schwulst/websites-with-novel-navs |
id |
integer |
7081 |
owner |
object |
5 fields |
owner.class |
string |
User |
owner.href |
string |
/laurel-schwulst |
owner.id |
integer |
449 |
owner.name |
string |
Laurel Schwulst |
owner.slug |
string |
laurel-schwulst |
slug |
string |
websites-with-novel-navs |
status |
string |
PUBLIC |
title |
string |
Websites with Novel Navs |
updated_at |
string |
4 days ago |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.