List Child Activities¶
Returns all child activities spawned by a parent activity. For example, a schedule execution may create child activities for each run profile step.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
guid | ID of the parent activity |
Examples¶
Response¶
Returns 200 OK with an array of activity summaries (same format as List Activities). Returns an empty array if the activity has no children.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Parent activity does not exist |