Skip to main content
GET
/
api
/
v1
/
scans
List User Scans
curl --request GET \
  --url https://vulnix0.com/api/v1/scans \
  --header 'api-key: <api-key>'
[
  {
    "reqid": "95e201b5-93bf-4218-8b96-6fb23b8874d3",
    "status": "running",
    "target": "grok.com",
    "created_at": "2025-10-13T03:29:31.349Z",
    "updated_at": "2025-10-13T03:29:31.368Z"
  },
  {
    "reqid": "f7a358e2-e8df-442b-9769-2f7455d983c6",
    "status": "completed",
    "target": "grok.com",
    "created_at": "2025-10-13T03:18:48.945Z",
    "updated_at": "2025-10-13T03:28:22.777Z"
  }
]

Authorizations

api-key
string
header
required

A unique API Key.

Response

200 - application/json

List of user scans

reqid
string<uuid>
status
enum<string>
Available options:
pending,
running,
completed,
failed
target
string
created_at
string<date-time>
updated_at
string<date-time>
I