Skip to main content

Get

GET 

/accounts/:id/link-groups

Get Link Groups

Request

Path Parameters

    id int64required

    Graph id

Query Parameters

    url string[]required

    One or more URLs.

Responses

Success

Schema

    link_groups

    object[]

  • Array [

  • identifier string
    iri string

    items

    object[]

  • Array [

  • id uri

    The entity id, reused in the output template.

    query

    object

    required

    A query request.

    fields string[]

    List of extra fields to be retrieved.

    filters

    object[]

    A list of prefilters.

  • Array [

  • filters undefined[]

    Operational filters such as AND or OR.

    key string

    The filter key. Key is required for the filters [EQ, NE, GT, LT, GTE, LTE, IN, NIN]

    operator stringrequired

    Possible values: [EQ, GT, LT, NE, GTE, LTE, IN, NIN, AND, OR]

    A query request filter operator.

    value

    object

    The filter value.

    oneOf

  • Array [

  • string

  • ]

  • value_date date-time

    The filter value as a date, if provided will be preferred over the value field.

  • ]

  • query_embedding double[]

    The list of embeddings, not required if query_string is provided.

    query_string string

    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.

    query_uri uri

    Perform a Vector Search based on similarities with an entity with the specified URI.

    query_url url

    Perform a Vector Search based on similarities with an entity with the specified URL (schema:url).

    similarity_top_k int32

    Possible values: >= 1

    Default value: 2

    The similarity top K.

    source_name string

    The webpage name, reused in the output template.

  • ]

  • name string
  • ]