Get tool version

Authentication

X-Hume-Api-Keystring
API Key authentication via header

Path parameters

idstringRequiredformat: "uuid"
Identifier for a tool. Formatted as a UUID.
versionintegerRequired
Version number for a tool. Version numbers should be integers.

Response

Success
created_onlong
The timestamp when the first version of this tool was created.
idstring
Identifier for a Tool. Formatted as a UUID.
modified_onlong
The timestamp when this version of the tool was created.
namestring
Name applied to all versions of a particular Tool.
parametersstring
Stringified JSON defining the parameters used by this version of the Tool.
tool_typeenum
Allowed values:
versioninteger
Version number for a Tool. Version numbers should be integers. The combination of configId and version number is unique.
version_typeenum
Allowed values:
descriptionstring or null
Text describing what the tool does.
fallback_contentstring or null
Text to use if the tool fails to generate content.
version_descriptionstring or null
Description that is appended to a specific version of a Tool.