{
"id": "pub.chive.graph.listEdges",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"edges",
"hasMore",
"total"
],
"properties": {
"edges": {
"type": "array",
"items": {
"ref": "pub.chive.graph.getEdge#graphEdge",
"type": "ref"
},
"description": "List of edges"
},
"total": {
"type": "integer",
"description": "Total count of matching edges"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for next page"
},
"hasMore": {
"type": "boolean",
"description": "Whether more results exist"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"status": {
"type": "string",
"description": "Filter by lifecycle status",
"knownValues": [
"proposed",
"established",
"deprecated"
]
},
"sourceUri": {
"type": "string",
"format": "at-uri",
"description": "Filter by source node AT-URI"
},
"targetUri": {
"type": "string",
"format": "at-uri",
"description": "Filter by target node AT-URI"
},
"relationSlug": {
"type": "string",
"description": "Filter by relation type slug"
}
}
},
"description": "List knowledge graph edges with optional filtering"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreif4b7tm3a72omq2wi36ziye43ikdrojyqje5tivhypz7o4fldqsfe
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.graph.listEdges