action circl_get_parents { label: "get_parents" description: "Return parents 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: "/parents/{sha1}/{count}/{cursor}" encoding: json output: { type: "object" additionalProperties: true } }