octoprint-open-api/openapi/paths/printer/tool-get.yaml
2020-11-04 00:02:26 +01:00

13 lines
660 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

summary: Retrieve the current tool state
operationId: getToolState
description: >-
Retrieves the current temperature data (actual, target and offset) plus optionally a (limited) history (actual, target, timestamp) for all of the printers available tools. Its also possible to retrieve the temperature history by supplying the history query parameter set to true. The amount of returned history data points can be limited using the limit query parameter.
tags:
- Tool
- State
parameters:
- $ref: ../../components/parameters/history.yaml
- $ref: ../../components/parameters/limit.yaml
responses:
$ref: ../../components/responses/ToolState.yaml