v1

latestOpenAPI 3.0.0AGPL-3.0 license2026-07-1725132198.0 KB
Data

read relationships

post/v1/tenants/{tenant_id}/data/relationships/read

Path parameters

tenant_idstring required

Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.

Request body

page_sizeinteger

page_size specifies the number of results to return in a single page. If more results are available, a continuous_token is included in the response.

continuous_tokenstring

continuous_token is used in case of paginated reads to get the next page of results.

Response

A successful response.

continuous_tokenstring

continuous_token is used in the case of paginated reads to retrieve the next page of results.