Coming soon. This endpoint is not live yet. The contract below is the
planned shape and may change. Calling it today returns
404.404 if the id does not exist or is not
visible to this token (same as assets).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch one test definition by id. Coming soon.
404.GET /public/beta/{env_id}/tests/{test_id}
404 if the id does not exist or is not
visible to this token (same as assets).
{
"id": "elementary_cloud.freshness_anomalies.analytics.orders",
"name": "freshness_anomalies",
"test_type": "elementary_cloud",
"definition_type": "freshness_anomalies",
"source_type": "elementary_cloud",
"asset_id": "table.analytics.orders",
"column_name": null,
"severity": "ERROR",
"disabled": false,
"config": {
"sensitivity": "medium"
},
"tags": [],
"owners": ["data-platform"],
"description": null,
"path": "elementary_cloud/freshness_anomalies",
"project": null,
"updated_at": "2026-08-20T12:00:00Z",
"synced_at": "2026-08-20T12:00:00Z",
"deleted_at": null
}
curl -H "Authorization: Bearer $ELEMENTARY_TOKEN" \
"$BASE/$ENV_ID/tests/$TEST_ID"
