Load the structured detail readback for a SCRYU search run, including target mode, status, people, companies, matches, activity, and summary counts. Read-only.
Output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"search": {
"type": "object",
"properties": {
"search_id": {
"type": "string"
},
"family_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"label": {
"type": "string"
},
"query": {
"type": "string"
},
"requested_count": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"target_mode": {
"type": "string",
"enum": [
"people_and_companies",
"people",
"companies"
]
},
"status": {
"type": "string"
},
"display_status": {
"type": "string"
},
"last_activity_at": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"last_event_label": {
"type": "string"
},
"processing_error": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"created_at": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"started_at": {
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"completed_at": {
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"people": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"companies": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"matches": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"activity": {
"type": "array",
"items": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"summary": {
"type": "object",
"properties": {
"match_count": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"person_count": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"company_count": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"evaluation_count": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"evidence_reference_count": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"effect_summary": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"coverage": {
"type": "object",
"properties": {
"people": {
"type": "object",
"properties": {
"rich": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"partial": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"skeleton": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"needs_refresh": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
}
},
"required": [
"rich",
"partial",
"skeleton",
"needs_refresh"
],
"additionalProperties": {}
},
"companies": {
"type": "object",
"properties": {
"rich": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"partial": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"skeleton": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"needs_refresh": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
}
},
"required": [
"rich",
"partial",
"skeleton",
"needs_refresh"
],
"additionalProperties": {}
}
},
"required": [
"people",
"companies"
],
"additionalProperties": {}
},
"company_refresh": {
"type": "object",
"properties": {
"requested_at": {
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"completed_at": {
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"requested": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"refreshed": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"failed": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
}
},
"required": [
"requested_at",
"completed_at",
"requested",
"refreshed",
"failed"
],
"additionalProperties": {}
},
"person_refresh": {
"type": "object",
"properties": {
"requested_at": {
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"completed_at": {
"anyOf": [
{
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
{
"type": "null"
}
]
},
"requested": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"refreshed": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"failed": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
}
},
"required": [
"requested_at",
"completed_at",
"requested",
"refreshed",
"failed"
],
"additionalProperties": {}
},
"last_activity_at": {
"type": "integer",
"minimum": 0,
"maximum": 9007199254740991
},
"last_event_label": {
"type": "string"
},
"processing_error": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"truncated": {
"type": "object",
"properties": {
"matches": {
"type": "boolean"
},
"people": {
"type": "boolean"
},
"companies": {
"type": "boolean"
}
},
"required": [
"matches",
"people",
"companies"
],
"additionalProperties": {}
}
},
"required": [
"match_count",
"person_count",
"company_count",
"evaluation_count",
"evidence_reference_count",
"effect_summary",
"coverage",
"company_refresh",
"person_refresh",
"truncated"
],
"additionalProperties": {}
}
},
"required": [
"search_id",
"label",
"query",
"target_mode",
"status",
"created_at",
"completed_at",
"people",
"companies",
"matches",
"summary"
],
"additionalProperties": {}
}
},
"required": [
"search"
],
"additionalProperties": {}
}