Skip to main content
GET
/
workflows
/
blocks
List Available Blocks
curl --request GET \
  --url https://api.sixtyfour.ai/workflows/blocks
[
  {
    "block_name": "<string>",
    "specs_schema": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Response

Successful Response

block_name
string
required

Registered block type name (e.g. 'enrich_lead', 'find_email').

specs_schema
Specs Schema · object
required

JSON Schema describing the block's specs payload.