Brapi Get Germplasm
brapi_get_germplasmFetch a single germplasm by DbId with attributes and direct parents. Response companions report study count, direct parent count, and direct descendant count — signals for pedigree depth and observation coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | Connection alias registered via brapi_connect. Omit to read the connection registered under alias `default` — i.e. a prior brapi_connect call that did not specify an alias. Calls that used a non-default alias must pass that same alias here. | |
| germplasmDbId | Yes | Germplasm identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | Alias of the registered BrAPI connection the call used. | |
| error | No | Present when the call failed. Absent on success. | |
| parents | No | Direct parents from /germplasm/{id}/pedigree. | |
| warnings | No | Advisory messages — failed sub-endpoint lookups, missing counts. | |
| germplasm | No | Canonical germplasm record as returned by `/germplasm/{id}`. | |
| attributes | No | Germplasm attributes from /germplasm/{id}/attributes. | |
| studyCount | No | How many studies this germplasm has appeared in. | |
| directParentCount | No | Count of direct parents. | |
| directDescendantCount | No | Count of direct descendants from /germplasm/{id}/progeny. |