Skip to main content
GET
/
api
/
scans
/
{scan_id}
/
artifacts
/
{artifact_path}
Get Scan Artifact Path
curl --request GET \
  --url https://api.example.com/api/scans/{scan_id}/artifacts/{artifact_path} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

scan_id
string
required
artifact_path
string
required

Query Parameters

path
string
required

Cookies

antidote_session
string | null

Response

Successful Response