Skip to main content
GET
/
v1
/
blueprint-runs
/
{id}
Get blueprint run
curl --request GET \
  --url https://api.wellapp.ai/v1/blueprint-runs/{id}
{
  "data": {
    "type": "blueprint_run",
    "id": "uuid",
    "attributes": {}
  }
}

Documentation Index

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

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

Path Parameters

id
string<uuid>
required

Query Parameters

workspaceId
string<uuid>

Response

The blueprint_run record.