GET
/
v2
/
triples

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

collection_id
string | null

Collection ID to retrieve triples from.

offset
integer
default: 0

Offset for pagination.

limit
integer
default: 100

Limit for pagination.

entity_names
string[] | null

Entity names to filter by.

triple_ids
string[] | null

Triple IDs to filter by.

Response

200 - application/json
results
object
required

Response for knowledge graph triples.