Skip to documentation
Browse documentation

List Profile Blocks

Fetch one bounded page of public blocks created or added by an Are.na profile.

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

POST /execute Shared execution endpoint

Input parameters

limit integer optional

Maximum contents inspected in the requested page

Example 3
page integer optional

Profile-content page number

Example 1
username string required

Are.na username or profile URL

Example laurel-schwulst

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
blocks array 1 items
blocks array 1 items
content_total integer 9970
has_more boolean true
page integer 1
per integer 3
total integer 3
total_pages integer 3324

Execution behavior

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