Get Species Children
gbif_get_species_childrenList direct children of a backbone taxon — genera within a family, species within a genus, subspecies within a species. Paginated. Use gbif_match_species to get the taxonKey first, then iterate with offset for large groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of children to return (default 20, max 1000). | |
| offset | No | Pagination offset. | |
| taxonKey | Yes | GBIF backbone taxon key from gbif_match_species or another taxonomy tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | Limit applied when the result was truncated. Re-call with offset to page on. | |
| error | No | Present when the call failed. Absent on success. | |
| limit | No | Records returned in this page. | |
| shown | No | Children returned in this page when the result was truncated. | |
| notice | No | Agent guidance — a no-children note for a valid taxon, or a pagination note when the page was capped. Absent on a complete single page. | |
| offset | No | Current pagination offset. | |
| children | No | Direct child taxa. | |
| truncated | No | True when more children exist beyond this page. Absent on the final page. | |
| endOfRecords | No | True when there are no more results after this page. |