API referenceArtifacts
Artifact_create
POST
/investigations/{investigationId}/artifactsPath Parameters
investigationId*string
Investigation id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/investigations/string/artifacts" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "created_at": "string", "id": "string", "investigation_id": "string", "last_query_id": "string", "name": "string", "org_id": "string", "updated_at": "string"}