Retrieve a custom tool

Fetch a single custom tool by ID.

GET /api/v1/custom_tools/:id

Fetch a single custom tool by ID.

Scope: custom_tools:read

Path parameters

ParamTypeNotes
:idstringtool_<24 hex> or bare ObjectId.

Example request

curl https://dashboard.getmacha.com/api/v1/custom_tools/tool_64f1c0ef2ec711ef6dc1dcf \
  -H "Authorization: Bearer $MACHA_API_KEY"

Errors

StatusCodeWhen
404custom_tool_not_foundUnknown ID, or tool deleted.

© 2026 AGZ Technologies Private Limited