# style.tilde.hacking.listSensorReadings

> Published by [tilde.style](https://lexicon.garden/identity/did:plc:nikxdzksyzpo4sqk3nzlaaxm)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:nikxdzksyzpo4sqk3nzlaaxm/style.tilde.hacking.listSensorReadings)
- [Documentation](https://lexicon.garden/lexicon/did:plc:nikxdzksyzpo4sqk3nzlaaxm/style.tilde.hacking.listSensorReadings/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:nikxdzksyzpo4sqk3nzlaaxm/style.tilde.hacking.listSensorReadings/examples)

## Definitions

### `style.tilde.hacking.listSensorReadings`

**Type**: `query`

Lists style.tilde.hacking.sensorReading records, most recent first — read by landing-page/viewer.html and toons/index.html.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `limit` | `integer` | No |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `records` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "style.tilde.hacking.listSensorReadings",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "records"
          ],
          "properties": {
            "records": {
              "type": "array",
              "items": {
                "ref": "style.tilde.hacking.sensorReading",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          }
        }
      },
      "description": "Lists style.tilde.hacking.sensorReading records, most recent first — read by landing-page/viewer.html and toons/index.html."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "_comment": "Companion query lexicon for style.tilde.hacking.sensorReading — HappyView needs both the record lexicon and a paired query lexicon (this one, with target_collection pointing back at the record collection) registered to create the /xrpc/style.tilde.hacking.listSensorReadings read endpoint. Modeled directly on style.tilde.hacking.listConnections. Renamed 2026-09-06 from the placeholder science.iosp.sensor.listReadings — see style.tilde.hacking.sensorReading.json's own _comment for why."
}
```
