GET /v1/mcp/entities/{schema}/{id}
GET/v1/mcp/entities/{schema}/{id}
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
schemaerforderlich | string | |
iderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/mcp/entities/{schema}/{id} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.mcp.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |