Reolink · Schema
Reolink Recording Search
Search parameters and results for querying recorded video files by date, time range, channel, and stream type.
IoTSecurity CamerasSurveillanceSmart HomeAI Detection
Properties
| Name | Type | Description |
|---|---|---|
| channel | integer | Camera channel number to search |
| onlyStatus | integer | 0 for full results with file details, 1 for recording status bitmask only |
| streamType | string | Stream type to search |
| StartTime | object | Search range start time |
| EndTime | object | Search range end time |
JSON Schema
{
"$id": "recording-search.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Reolink Recording Search",
"description": "Search parameters and results for querying recorded video files by date, time range, channel, and stream type.",
"type": "object",
"properties": {
"channel": {
"type": "integer",
"description": "Camera channel number to search",
"minimum": 0
},
"onlyStatus": {
"type": "integer",
"description": "0 for full results with file details, 1 for recording status bitmask only",
"enum": [0, 1]
},
"streamType": {
"type": "string",
"description": "Stream type to search",
"enum": ["main", "sub"]
},
"StartTime": {
"$ref": "#/$defs/TimeStamp",
"description": "Search range start time"
},
"EndTime": {
"$ref": "#/$defs/TimeStamp",
"description": "Search range end time"
}
},
"required": ["channel", "onlyStatus", "streamType", "StartTime", "EndTime"],
"$defs": {
"TimeStamp": {
"type": "object",
"description": "Date and time components",
"properties": {
"year": {
"type": "integer",
"description": "Year (e.g., 2026)"
},
"mon": {
"type": "integer",
"description": "Month (1-12)",
"minimum": 1,
"maximum": 12
},
"day": {
"type": "integer",
"description": "Day of month (1-31)",
"minimum": 1,
"maximum": 31
},
"hour": {
"type": "integer",
"description": "Hour (0-23)",
"minimum": 0,
"maximum": 23
},
"min": {
"type": "integer",
"description": "Minute (0-59)",
"minimum": 0,
"maximum": 59
},
"sec": {
"type": "integer",
"description": "Second (0-59)",
"minimum": 0,
"maximum": 59
}
},
"required": ["year", "mon", "day", "hour", "min", "sec"]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/recording-search"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.