List Discovered Asset's Logs
GET/discovery/assets/:parent_lookup_discovery_asset/logs/
Request
Path Parameters
Identifier of the discovery asset.
A unique Base58 value identifying this object.
Query Parameters
first_seen
- First Seendomain
- Domainip
- IPrisk
- Riskscreenshot
- Screenshotscan
- Scannote
- Noteowner
- Ownerscore
- Scoretechnology
- Technology
Possible values: [domain
, first_seen
, ip
, note
, owner
, risk
, scan
, score
, screenshot
, technology
]
Type of event to filter results:
Number of results to return per page.
Which field to use when ordering the results.
A page number within the paginated result set.
A search term.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
created
- Created.changed
- Changed.deleted
- Deleted.comment
- Commented.+
- +-
- -~
- ~]
Total number of results.
Total number of pages.
Number of the current page.
The first page is 1.
Defaults to 1 if no specific page is requested.
Number of results returned per page.
results
object[]
A unique Base58 value identifying this object.
Type of change made to the log:
Timestamp of the most recent change to the discovery asset, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302
changed_by
object
required
User responsible for the log entry.
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email of the user.
Name of the user.
Possible values: <= 50 characters
Field that changed in the discovered asset.
The current value of the changed field in the discovered asset.
The previous value of the changed field in the discovered asset.
Logged message, which can include HTML tags.
For example, "<strong>Scan</strong> performed.".
Possible values: [+
, -
, ~
]
Type of change made to the discovery asset.
{
"count": 6,
"page_total": 1,
"page": 1,
"length": 10,
"results": [
{
"id": "string",
"change": "string",
"changed": "2024-07-29T15:51:28.071Z",
"changed_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
},
"field": "string",
"message": "string",
"history_type": "+"
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}