PostHog · Schema
PersonPropertiesAtTimeMetadata
Serializer for the point-in-time query metadata.
A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording
Properties
| Name | Type | Description |
|---|---|---|
| queried_timestamp | string | The timestamp that was queried in ISO format |
| include_set_once | boolean | Whether $set_once operations were included |
| distinct_id_used | string | The distinct_id parameter used in the request |
| person_id_used | string | The person_id parameter used in the request |
| query_mode | string | Whether the query used 'distinct_id' or 'person_id' mode |
| distinct_ids_queried | array | All distinct_ids that were queried for this person |
| distinct_ids_count | integer | Number of distinct_ids associated with this person |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PersonPropertiesAtTimeMetadata",
"title": "PersonPropertiesAtTimeMetadata",
"type": "object",
"description": "Serializer for the point-in-time query metadata.",
"properties": {
"queried_timestamp": {
"type": "string",
"description": "The timestamp that was queried in ISO format"
},
"include_set_once": {
"type": "boolean",
"description": "Whether $set_once operations were included"
},
"distinct_id_used": {
"type": "string",
"nullable": true,
"description": "The distinct_id parameter used in the request"
},
"person_id_used": {
"type": "string",
"nullable": true,
"description": "The person_id parameter used in the request"
},
"query_mode": {
"type": "string",
"description": "Whether the query used 'distinct_id' or 'person_id' mode"
},
"distinct_ids_queried": {
"type": "array",
"items": {
"type": "string"
},
"description": "All distinct_ids that were queried for this person"
},
"distinct_ids_count": {
"type": "integer",
"description": "Number of distinct_ids associated with this person"
}
},
"required": [
"distinct_id_used",
"distinct_ids_count",
"distinct_ids_queried",
"include_set_once",
"person_id_used",
"queried_timestamp",
"query_mode"
]
}
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/posthog-personpropertiesattimemetadata"
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.