Get
Get Link Groups
Path Parameters
Graph id
Query Parameters
One or more URLs.
- 200
- 401
Success
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
link_groups object[]
items object[]
The entity id, reused in the output template.
query object required
A query request.
List of extra fields to be retrieved.
filters object[]
A list of prefilters.
Operational filters such as AND or OR.
The filter key. Key is required for the filters [EQ, NE, GT, LT, GTE, LTE, IN, NIN]
Possible values: [EQ
, GT
, LT
, NE
, GTE
, LTE
, IN
, NIN
, AND
, OR
]
A query request filter operator.
value object
The filter value.
array
The filter value.
string
The filter value.
array
The filter value.
integer
The filter value.
array
The filter value.
number
The filter value.
array
The filter value.
integer
The filter value.
The filter value as a date, if provided will be preferred over the value
field.
The list of embeddings, not required if query_string
is provided.
The query string, not required if the query_embeddings
are provided. Please note that the query_string
is ignored if the query_embeddings
are provided.
Perform a Vector Search based on similarities with an entity with the specified URI.
Perform a Vector Search based on similarities with an entity with the specified URL (schema:url).
Possible values: >= 1
Default value: 2
The similarity top K.
The webpage name, reused in the output template.
{
"link_groups": [
{
"identifier": "string",
"iri": "string",
"items": [
{
"id": "string",
"query": {
"fields": [
"string"
],
"filters": [
{
"filters": [
null
],
"key": "string",
"operator": "EQ",
"value": [
"string"
],
"value_date": "2025-07-08T09:32:43.211Z"
}
],
"query_embedding": [
0
],
"query_string": "string",
"query_uri": "string",
"query_url": "string",
"similarity_top_k": 2
},
"source_name": "string"
}
],
"name": "string"
}
]
}
Authentication Failure