PostHog · Schema
ErrorTrackingPendingFingerprintIssueStateUpdate
A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording
Properties
| Name | Type | Description |
|---|---|---|
| assigned_role_id | string | |
| assigned_user_id | integer | |
| fingerprint | string | |
| first_seen | string | ISO 8601 datetime string. |
| is_deleted | integer | |
| issue_description | string | |
| issue_id | string | |
| issue_name | string | |
| issue_status | string | |
| version | integer | Client-stamped monotonic version (`Date.now()` ms at mutation success). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ErrorTrackingPendingFingerprintIssueStateUpdate",
"title": "ErrorTrackingPendingFingerprintIssueStateUpdate",
"additionalProperties": false,
"properties": {
"assigned_role_id": {
"default": null,
"title": "Assigned Role Id",
"type": "string",
"nullable": true
},
"assigned_user_id": {
"default": null,
"title": "Assigned User Id",
"type": "integer",
"nullable": true
},
"fingerprint": {
"title": "Fingerprint",
"type": "string"
},
"first_seen": {
"description": "ISO 8601 datetime string.",
"title": "First Seen",
"type": "string"
},
"is_deleted": {
"title": "Is Deleted",
"type": "integer"
},
"issue_description": {
"default": null,
"title": "Issue Description",
"type": "string",
"nullable": true
},
"issue_id": {
"title": "Issue Id",
"type": "string"
},
"issue_name": {
"default": null,
"title": "Issue Name",
"type": "string",
"nullable": true
},
"issue_status": {
"title": "Issue Status",
"type": "string"
},
"version": {
"description": "Client-stamped monotonic version (`Date.now()` ms at mutation success).",
"title": "Version",
"type": "integer"
}
},
"required": [
"fingerprint",
"first_seen",
"is_deleted",
"issue_id",
"issue_status",
"version"
],
"type": "object"
}
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-errortrackingpendingfingerprintissuestateupdate"
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.