search
A search query and its results. Every search is a graph entity with click tracking — re-searching shows previously-found results first.
| Metadata | Value |
|---|---|
| Plural | searches |
| Subtitle field | query |
| Identity | query |
Fields
Section titled “Fields”| Field | Type |
|---|---|
query | string |
searchedAt | datetime |
searchCount | integer |
resultCount | integer |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- OpenSearch Description (Url templates) — Our query field is the searchTerm in OpenSearch’s Url template. resultCount ≈ totalResults header.
- schema.org/SearchAction — Our query + searchedAt ≈ SearchAction.query + startTime. searchCount is AgentOS-specific (reuse telemetry).