Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Path Parameters

id
string
required

Silo entry ID to find related entries for.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

Query Parameters

uuid
string

The unique identifier of the document to find related entries for.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

context
string

The specific context within a document where the silo entry's UUID is referenced.

Example:

"line.item"

created_at
string

The starting date and time for retrieving related entries in descending order, formatted as an ISO timestamp.

Example:

"2023-08-02T00:00:00.000Z"

cursor
string

The position marker from the previous result's next_cursor property, used for pagination.

limit
integer

The maximum number of related entries to return in a single page of results.

Example:

20

Response

200 - application/json

OK

created_at
string

Starting date for results. Acts as the upper bound when descending (the default) or the lower bound when ascending.

Example:

"2025-05-01T00:00:00.000Z"

cursor
string

Cursor used to identify the current page of results.

folder
string

Key for the folder

Example:

"sales"

limit
integer

Maximum number of entries to show in a page of results, up to 100.

Example:

20

list
List · object[] | null

Array of entries sorted by creation time, descending by default or ascending when requested.

next_cursor
string

Cursor used to identify the next page of results.