Get Check
get_checkRetrieve a check's full configuration, including prompt template and code, by name. Optionally pin a version to inspect historical definitions.
Instructions
Retrieve the full configuration of a check by name, including its prompt template or code contents.
Args:
name: Name of the check to retrieve.
version: Optional check version number to pin. Omit (or leave null)
for the most recent version. The response always lists every
available version under "available_versions".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |