an object with query parameters
Optionalfilter?: stringAdvanced filter expression using RFC 7644 SCIM syntax. Refer to RFC 7644 for syntax details. All comparisons are case-insensitive. Supported fields: name, enabled, resourceId, ownerId, spaceId, createdAt, updatedAt, updatedBy, lastStatus, lastTriggeredBy, lastStartedAt, lastEndedAt, lastExecutedAs, and triggerType.
Optionallimit?: numberOptionalpage?: stringOptionalresourceId?: stringOptionalsort?: Field and direction to sort results by. Prefix the field name with
+ for ascending or - for descending order. Defaults to -updatedAt.
Optionaloptions: ApiCallOptions
Retrieves a paginated list of tasks the requesting user has access to. Results include task metadata such as owner, resource, space, and last run status. Use the
filterparameter to narrow results by field values, orsortto control the ordering.