artifacts

Create Artifact

Create a new artifact for a project.

Called by the chat API when a visualization tool is invoked.

post/v1/projects/{project_id}/artifacts

Path parameters

project_idstring uuid required

Request body

artifact_typestring required
titlestring required
descriptionstring nullable
data_jsonobject required
source_message_idstring uuid nullable
entity_refsstring[] nullable

Response

Successful Response

idstring uuid required
project_idstring uuid required
workspace_idstring uuid required
artifact_typestring required
titlestring required
descriptionstring nullable required
data_jsonobject required
source_message_idstring uuid nullable required
entity_refsstring[] nullable required
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.