Access to is required for this feature.
Please contact your Customer Success Manager for more details.
1
Create an intel request
Use the
threat_flow/intel/requests
endpoint to queue the generation of a report for a given question.This endpoint returns a
request_id that can be used to poll the request until it is completed.2
Poll the intel request
Use the
threat_flow/intel/requests/{id}
endpoint to poll the request’s status.Generation typically takes 10 to 15 minutes. While the request is in progress,
status will be
pending or processing. Once it is done, status will be completed and result.report_id
will contain the id of the generated report, or status will be error if generation failed.Once completed, the report identified by result.report_id can be retrieved for up to 30 days.End-to-End API Example
This is an end-to-end example in Python.Python SDK Example
Python SDK Example