List Schemas
Last updated
Last updated
GET /v1/schema 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.656Z",
"updated": "2026-03-11T11:33:34.656Z"
}
]
}