Tool to list all cases for a specific external agent casetype. Use when you need to retrieve cases with optional filtering by stage, assignee, workflow state, or date ranges. Supports pagination and sorting by creation or modification date.
limitintegerNumber of cases per page (0-100). Default is 20.
offsetintegerPagination offset for retrieving subsequent pages. Default is 0.
sort_bystringSort options for cases listing.
stage_idarrayFilter by one or more stage IDs. Repeat parameter for multiple values.
assigned_toarrayFilter by assigned user IDs. Specify one or more user IDs to filter cases assigned to those users.
casetype_idRequiredstringUnique identifier of the casetype to retrieve cases for
workflow_statearrayFilter by workflow states. Specify one or more workflow states to filter cases.
created_date_tostringFilter cases created up to this date. Format: DD/MM/YYYY (e.g., '31/12/2024').
modified_date_tostringFilter cases modified up to this date. Format: DD/MM/YYYY (e.g., '31/12/2024').
created_date_fromstringFilter cases created from this date onwards. Format: DD/MM/YYYY (e.g., '01/01/2024').
modified_date_fromstringFilter cases modified from this date onwards. Format: DD/MM/YYYY (e.g., '01/01/2024').
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.