Entries
Fetch all entries
Fetch all the silo entries in the current company.
GET
/
silo
/
v1
/
entries
Query Parameters
folder
string
Folder to search within.
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.