Documentation Index
Fetch the complete documentation index at: https://docs.osmedeus.org/llms.txt
Use this file to discover all available pages before exploring further.
Assets
List Assets
Get a paginated list of assets with optional workspace filtering. List all assets:| Field | Type | Description |
|---|---|---|
id | int | Unique asset identifier |
workspace | string | Workspace/scan target name |
asset_value | string | Primary asset identifier (hostname/subdomain) |
url | string | Full URL of the asset |
input | string | Original input value |
scheme | string | Protocol scheme (http, https) |
method | string | HTTP method used |
path | string | URL path |
status_code | int | HTTP response status code |
content_type | string | Response content type |
content_length | int | Response body size in bytes |
title | string | HTML page title |
words | int | Word count in response |
lines | int | Line count in response |
host_ip | string | Resolved IP address |
a | array | DNS A records |
tls | string | TLS version information |
asset_type | string | Asset type classification |
tech | array | Detected technologies |
time | string | Response time |
remarks | string | Custom labels/remarks |
source | string | Discovery source (httpx, nuclei, etc.) |
created_at | timestamp | Creation timestamp |
updated_at | timestamp | Last update timestamp |
List Asset Diff Snapshots
Get a paginated list of stored asset diff snapshots. These snapshots capture changes in assets over time. List all asset diff snapshots:| Field | Type | Description |
|---|---|---|
id | int | Unique snapshot identifier |
workspace_name | string | Workspace name for this diff |
from_time | timestamp | Start time of the diff period |
to_time | timestamp | End time of the diff period |
total_added | int | Number of new assets added |
total_removed | int | Number of assets removed |
total_changed | int | Number of assets that changed |
diff_data | string | JSON serialized diff data containing added, removed, and changed assets |
created_at | timestamp | When the snapshot was created |
