{
"data": {
"success": true,
"provider_name": "<string>",
"indicator_type": "<string>",
"indicator_value": "<string>",
"extracted": {},
"raw_response": {},
"error_message": "<string>",
"duration_ms": 0,
"steps": [
{
"step_name": "<string>",
"step_index": 123,
"request_method": "<string>",
"request_url": "<string>",
"request_headers": {},
"indicator_value": "<string>",
"request_query_params": {},
"request_body": null,
"response_status_code": 123,
"response_headers": {},
"response_body": null,
"duration_ms": 0,
"error": "<string>",
"skipped": false
}
]
},
"meta": {}
}