Get Block
Fetch a single Are.na block by block ID or block URL.
Capability ID
arena.block.get
Cost
1 credit per request
Maximum runtime
10 seconds
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.
| Path | Observed type | Example |
|---|---|---|
class |
string |
Link |
created_at |
string |
8 months ago |
description |
string |
<p>‘T’ Space is a non-profit art gallery in Rhinebeck, NY. Programs inc… |
href |
string |
/block/41532780 |
id |
integer |
41532780 |
image_url |
string |
https://images.are.na/[redacted:token]==?bc=0 |
source |
object |
2 fields |
source.title |
string |
‘T’ Space Rhinebeck |
source.url |
string |
https://tspacerhinebeck.org |
source_url |
string |
https://tspacerhinebeck.org |
title |
string |
‘T’ Space Rhinebeck |
updated_at |
string |
23 days ago |
user |
object |
4 fields |
user.href |
string |
/kiki-dot-directory |
user.id |
integer |
829225 |
user.name |
string |
kiki dot directory |
user.slug |
string |
kiki-dot-directory |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.