Skip to main content
GET
Path Parameters
  • subject_id: The entity ID to find triples for Response Returns a paginated list of all triples where this entity is the subject. Retrieve triples matching filters.
Required scope: read

Path parameters

string
required
Subject entity ID to list triples for

Query parameters

integer
Maximum number of items to return (1-1000, default: 50)
integer
Number of items to skip (default: 0)
string
Cursor for cursor-based pagination (alternative to offset)
string
Sort field with optional direction prefix (- for descending) Examples: ‘created_at’, ‘-name’, ‘confidence’

Response

PaginatedTripleResponse
TripleResponse[]
required
The items in this page
PaginationMeta
required

Status codes