GET /blueprints/tests/{guid}
Get test results for a blueprint
Get test results for a blueprint
| Key | Type | Example | Description |
|---|---|---|---|
| guid required | string |
"example-string"
|
Blueprint GUID
|
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
[
{
"_meta": {
"guid": "example-string",
"entity": 42,
"created": 42,
"modified": 42,
"updated": 42
},
"blueprint_guid": "example-string",
"action_guid": "example-string",
"name": "Test user registration flow",
"description": "Validates that user registration creates account and sends welcome email",
"prefilled_data": "{\"email\": \"test@example.com\", \"username\": \"testuser\"}",
"data": "{\"user_created\": true, \"welcome_email_sent\": true}",
"state": "pending",
"error": "Expected user_created to be true but got false",
"last_run": 1640995200,
"execution_time": 1250.5
}
]
{
"error": "INVALID_ACCESS_TOKEN",
"code": 401
}
| Status | Error Code | Description |
|---|---|---|
401 |
INVALID_ACCESS_TOKEN |
Authentication required or invalid token |
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
blueprints_view |
Required scope: blueprints_view |
Back to Blueprints Return to the Blueprints category to view other endpoints All API Categories Browse all available API categories