Returns paginated list of channels where this block appears. This shows all channels that contain this block, respecting visibility rules and user permissions.

Path Params
id
string
required
The Block ID or slug
Query Params
page
integer
Page number for pagination
per
integer
Number of items per page (max 100)
sort
string enum
Sort by the date the relationship was created.
filter
string enum
Filter connections by ownership.
GET
https://api.are.na/v3/blocks/{id}/connections
Paginated list of channels with total count
data
Channel[]!
Array of channels
[items]
Channel
id
integer!
Unique identifier for the channel
type
string!
Channel type
Channel
slug
string!
Channel URL slug
title
string!
Channel title
description
MarkdownContent
Channel description with multiple renderings
state
ChannelState!
Lifecycle state of a channel.
availabledeleted
visibility
ChannelVisibility!
Visibility level of a channel:
publicprivateclosed
created_at
string (date-time)!
When the channel was created
updated_at
string (date-time)!
When the channel was last updated
owner
ChannelOwner!
Channel owner (User or Group)
counts
ChannelCounts!
Counts of various items in the channel
_links
object!
HATEOAS links for navigation and discovery.
connection
EmbeddedConnection
Connection context (only present when channel is returned as part of another channel's contents).
can
ChannelAbilities
Actions the current user can perform on this channel.
meta
PaginationMeta!
Pagination metadata
current_page
integer!
Current page number
next_page
integer | null
Next page number (null if last page)
prev_page
integer | null
Previous page number (null if first page)
per_page
integer!
Number of items per page
total_pages
integer!
Total number of pages available
total_count
integer!
Total number of items available
has_more_pages
boolean!
Whether there are more pages available