Retrieves a paginated list of tasks from Firmao. Returns task details including status, priority, dates, responsible users, tags, and financial data. Supports sorting, filtering by various fields, and configurable detail levels (MINIMAL, MEDIUM, FULL).
dirstringSort direction
sortstringField name to sort by
limitintegerMaximum number of records per page
startinteger0-based offset of the first record
filtersobjectQuery filters as key-value pairs where keys follow the format 'FieldName(ComparisonType)'. Supported comparison types: eq (equals), gte (greater than or equal), lte (less than or equal). Example: {'status(eq)': 'OPEN', 'priority(gte)': 5}
dataFormatstringLevel of detail for returned fields
organization_idRequiredstringFirmao organization identifier. This is typically a numeric ID visible in the Firmao URL after logging in (e.g., '44137' from system.firmao.net/44137/...)
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.