cURL
curl --request GET \ --url https://api.rigbox.dev/api/workspaces/{id}/tools/{tool}/install-status \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "available": true, "exit_code": 123, "stdout_tail": "<string>" }
Check the installation progress of a tool.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Tool ID
Tool install status
"running", "done", "failed"
Whether the tool is now available after install
Exit code (only when done)
Tail of stdout (only when done)