Vigilfield Docs
API referenceArtifacts

Artifact_get

GET/investigations/{investigationId}/artifacts/{id}

Path Parameters

investigationId*string

Investigation id

id*string

Artifact id

Response Body

application/json

curl -X GET "https://example.com/investigations/string/artifacts/string"
{  "created_at": "string",  "id": "string",  "investigation_id": "string",  "last_query_id": "string",  "name": "string",  "org_id": "string",  "updated_at": "string"}