Check a behavior report.
Retrieves the full behavior report of a file.
Path Parameters
- id string required
Behavior report GUID
Responses
- 200
- 400
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
- agent_log
- api_trace
- artifacts
- capabilities
- env
- proc_tree
- sandbox_log
- scan_cfg
- screenshots_count integer
- sha256 string
- status integer
- sys_events
- timestamp integer
- type string
{
"agent_log": {},
"api_trace": {},
"artifacts": {},
"capabilities": {},
"env": {},
"proc_tree": {},
"sandbox_log": {},
"scan_cfg": {},
"screenshots_count": 0,
"sha256": "string",
"status": 0,
"sys_events": {},
"timestamp": 0,
"type": "string"
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...