Skip to documentation
Browse documentation

List Block Connections

Fetch all channels that contain a specific Are.na block.

Capability ID arena.block.connections-list
Cost 1 credit per request
Maximum runtime 15 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

block_id string required

Are.na block ID or block URL

Example 41532780

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.

PathObserved typeExample
connections array 3 items
connections array 3 items
total integer 4

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.