action circl_get_children { label: "get_children" description: "Return children from a given SHA1. A number of element to return and an offset must be given. If not set it will be the 100 first elements. A cursor must be given to paginate over. The starting cursor is 0." provider: circl method: GET path: "/children/{sha1}/{count}/{cursor}" encoding: json output: { type: "object" additionalProperties: true } }