ToolService
Tools
Get a tool by ID
Retrieves a tool by ID from the workspace
get/v1/workspaces/{workspaceId}/tool_sets/{toolSetId}/tools/{id}
Path parameters
workspaceIdstring required
Example:workspace_01HXKD2E5NQM3T9AYWCF133E3Q
Workspace ID.
toolSetIdstring required
Example:toolset_01HXKD2E5NQM3T9AYWCFNRMN74
Tool set ID. Accepts the canonical ts_… form or the external_id:<value> form.
idstring required
Example:tool_01HXKD2E5NQM3T9AYWCFWVYY9K
Tool ID. Accepts the canonical tool_… form or the external_id:<value> form.
Response
OK
Example response
{
"metadata": {
"accountId": "account_01HXKD2E5NQM3T9AYWCFTJHJVF",
"workspaceId": "workspace_01HXKD2E5NQM3T9AYWCF133E3Q",
"profileId": "profile_01HXKD2E5NQM3T9AYWCFS0AP08"
},
"info": {
"toolSet": {
"accountId": "account_01HXKD2E5NQM3T9AYWCFTJHJVF",
"workspaceId": "workspace_01HXKD2E5NQM3T9AYWCF133E3Q",
"profileId": "profile_01HXKD2E5NQM3T9AYWCFS0AP08"
},
"createdBy": {
"metadata": {
"accountId": "account_01HXKD2E5NQM3T9AYWCFTJHJVF",
"profileId": "profile_01HXKD2E5NQM3T9AYWCFS0AP08"
}
}
}
}