Description:

Get the transactions by filters. (See Transaction model)
Has pagination and sorting capabilities.

Args:

'from_ts': lower date limit
'to_ts': Upper date limit
'limit': Limit the number of returned records
'offset': The offset from the beginning of the query
'model_id': Model ID's filter
'transaction_id': Transaction ID filter
'type': Integration type filter (See IntegrationType Enum)
'dataset_type': Dataset\File type filter (See FileType Enum)
'transaction_status': Transaction statuses filter (see FileStatus Enum)
'file_path': File path filter
'sort_by': Which fields to sort by. Default by created_by field. (See SortbyFields Enum)
'sort_asc': Should order by asc order, default false

Return:

List[Transaction]

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!