The unique identifier of the parent task.
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?: 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 that are direct children of the specified task in the dependency graph. A child task is one that is triggered when the parent task completes successfully.