Retrieves records from a specified Workiom list. Use this action to fetch data from a Workiom list. The list_id is required and can be obtained from the WORKIOM_GET_ALL_LISTS action. Each record contains field values keyed by numeric field IDs. Features: - Pagination: Use max_re…
filtersarrayOptional array of filter conditions to apply. Multiple filters are combined with AND logic.
list_idRequiredstringThe UUID of the list to fetch records from. Obtain this from WORKIOM_GET_ALL_LISTS action.
sortingstringSort order in format 'FIELD_ID DIRECTION' where DIRECTION is ASC or DESC. Example: '5037173 ASC' sorts by field 5037173 ascending.
skip_countintegerNumber of records to skip from the beginning. Use with max_result_count for pagination (e.g., skip_count=10 with max_result_count=10 returns records 11-20).
max_result_countintegerMaximum number of records to return per request. Use with skip_count for pagination. Default is all records.
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.