Entries
Find related entries
Find silo entries whose document mentions the given entryโs UUID.
GET
/
silo
/
v1
/
entries
/
{id}
/
related
Path Parameters
id
string
requiredSilo entry ID to find related entries for.
Query Parameters
uuid
string
Document UUID to find relations for.
context
string
Context within a document for which the silo entry's UUID has been mentioned.
created_at
string
Date from which results are provided.
cursor
string
Position provided by the previous result's next_cursor property.
limit
integer
Maximum number of entries to show in a page of results.
Response
200 - application/json
created_at
string
Date from which results are provided.
cursor
string
Cursor used to identify the current page of results.
folder
string
Key for the folder
limit
integer
Maximum number of entries to show in a page of results, up to 100.
list
object[] | null
Array of entries.
next_cursor
string
Cursor used to identify the next page of results.