Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
cURL
curl --request GET \ --url https://api.orq.ai/v2/tools/{tool_id}/versions/{version_id} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "version": "<string>", "checksum": "<string>", "entityType": "<string>", "entityId": "<string>", "data": {}, "workspace_id": "<string>", "created_by_id": "<string>", "updated_by_id": "<string>", "description": "<string>" }
Returns a specific version of a tool
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tool version retrieved
Show child attributes
Was this page helpful?
Contact support