API referenceArtifacts
Artifact_list
GET
/investigations/{investigationId}/artifactsPath Parameters
investigationId*string
Investigation id
Response Body
application/json
curl -X GET "https://example.com/investigations/string/artifacts"{ "data": [ { "created_at": "string", "id": "string", "investigation_id": "string", "last_query_id": "string", "name": "string", "org_id": "string", "updated_at": "string" } ], "page": 0, "page_size": 0, "total": 0, "total_pages": 0}