Agent Research Trace Report performs a bounded deterministic agent research trac
Agent Research Trace Report performs a bounded deterministic agent research trace report operation over caller-supplied AI and search evidence.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
880 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://signalharness.ai/api/agent/services/agent_research_trace_report/invoke
| Category | Search and research |
|---|---|
| Provider host | signalharness.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 880 ms |
Example input (from the provider)
{
"body": {
"request_json": "{\"example\":\"schema-valid caller-supplied data\"}"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"maxProperties": 1,
"minProperties": 1,
"properties": {
"request_json": {
"maxLength": 65536,
"minLength": 2,
"type": "string"
}
},
"required": [
"request_json"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"artifacts": {
"maxItems": 0,
"type": "array"
},
"executionId": {
"type": "string"
},
"receipt": {
"additionalProperties": true,
"properties": {
"receiptId": {
"type": "string"
},
"resultSha256": {
"pattern": "^[0-9a-f]{64}$",
"type": "string"
},
"serviceId": {
"type": "string"
}
},
"required": [
"receiptId",
"serviceId",
"resultSha256"
],
"type": "object"
},
"replay": {
"type": "boolean"
},
"requestId": {
"type": "string"
},
"result": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"maxProperties": 4,
"minProperties": 4,
"properties": {
"analysis_json": {
"maxLength": 65536,
"minLength": 2,
"type": "string"
},
"evidence_scope": {
"const": "caller_supplied_data",
"maxLength": 20,
"minLength": 20,
"type": "string"
},
"service_id": {
"const": "agent_research_trace_report",
"maxLength": 27,
"minLength": 27,
"type": "string"
},
"warnings": {
"items": {
"maxLength": 512,
"minLength": 1,
"type": "string"
},
"maxItems": 8,
"minItems": 1,
"type": "array"
}
},
"required": [
"service_id",
"evidence_scope",
"analysis_json",
"warnings"
],
"type": "object"
},
"status": {
"const": "succeeded",
"type": "string"
}
},
"required": [
"status",
"replay",
"requestId",
"executionId",
"result",
"receipt",
"artifacts"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}