Query Parameters
tier?|null
assignee?string|null
source?string|null
limit?Limit
cursor?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/ontology/queue"{
"items": [
{
"id": "string",
"name": "string",
"tier": "working",
"layer": "string",
"pack_id": "string",
"source": "string",
"confidence": 0,
"frequency": 0,
"evidence": {},
"review_assignee": "string",
"status": "open"
}
],
"next_cursor": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}