instructions_get_responses
Retrieve actual device responses for an instruction. Enable local mode to access stored data and paginate results with start and pageSize parameters.
Instructions
Get the actual responses/results from devices for an instruction. local=true returns data stored locally. Supports pagination via start/pageSize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local | No | true = local data store, false = any (default false) | |
| start | No | Pagination offset | |
| pageSize | No | Results per page | |
| instructionId | Yes | Instruction ID |