List rendersAsk AIget https://apps.inkit.com/api/v1/rendersRetrieve a paginated list of render data records. Supports filtering, sorting, and searching through render history.Query Paramspageinteger≥ 1Defaults to 1Page numberpage_sizeinteger1 to 100Defaults to 25Number of items per pagesortstringDefaults to -created_atSort field and direction. Prefix with '-' for descending order. Example: '-created_at', 'name', '-updated_at'searchstringSearch term to filter resultsdestination_namestringenumFilter by destination nameinkit_storagesalesforcemagic_linkdigital_signatureAllowed:inkit_storagesalesforcemagic_linkdigital_signaturedestination_statusstringFilter by destination statusstart_datedateFilter by creation date (start)end_datedateFilter by creation date (end)flow_namestringFilter by workflow nametemplate_public_idstringFilter by template IDHeadersX-Inkit-API-TokenstringrequiredAPI Key for authenticationResponses 200Successful response 401Unauthorized 403ForbiddenUpdated 3 months ago