Retrieve a Schema
Last updated
Last updated
GET /v1/schema/{name} HTTP/1.1
Host: prism.livereach.ai
Authorization: YOUR_API_KEY
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"name": "text",
"organization_id": 0,
"internal": false,
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "bool"
},
"created": "2026-03-11T11:33:34.678Z",
"updated": "2026-03-11T11:33:34.678Z"
}
}