Retrieve a paginated list of bills (expenses/purchases) from Elorus. Supports filtering by supplier, date range, status, and text search. Use this to view and manage bills created in your organization.
pageintegerPage number to retrieve, must be >= 1
periodstringPredefined time period: 'today', 'current_week', 'current_month', 'current_year', 'last_week', 'last_month', 'last_year', or 'last_N_days/weeks/months/years' (e.g., 'last_7_days')
searchstringGeneral search term to filter bills
statusstringFilter by bill status
orderingstringSort results by field: 'date', 'supplier__display_name', 'total', 'due_date', 'created', 'modified'. Prepend '-' for descending order (e.g., '-date').
supplierstringFilter by supplier ID
page_sizeintegerNumber of items per page, must be between 1 and 250 (default: 100)
period_tostringFilter bills up to this date (YYYY-MM-DD format). Must be used together with period_from.
period_fromstringFilter bills from this date onwards (YYYY-MM-DD format). Must be used together with period_to.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.