List Block Connections
arena.block.connections-list
Fetch all channels that contain a specific Are.na block.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"block_id":"41532780"},"capability":"arena.block.connections-list"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
block_id
| string | required | Are.na block ID or block URL |