Skip to content

Get Blueprints

GET
/blueprints

Retrieve a list of call blueprints made from your account

Authorization

X-Struct-API-Keyheader
string
required

The API Key you generated using the Struct Dashboard.

Search Parameters

sort
'desc' | 'asc'

Sort calls logs by their creation date. Defaults to 'desc'.

offset
number

The number of items to skip before starting to collect the result set. Defaults to 0.

limit
number

The number of items to return. Defaults to 100.

Example Response

[
{
"id": "[BLUEPRINT ID]",
"firstName": "Barry",
"lastName": "Zuckerkorn",
"phoneNumber": "+447123456789",
"createdAt": "2024-04-17T08:59:17.000Z",
"projectId": "[PROJECT ID]"
}
]