Data used by the Prefect REST API to create an artifact.
An optional unique reference key for this artifact.
An identifier that describes the shape of the data field. e.g. 'result', 'table', 'markdown'
A markdown-enabled description of the artifact.
Data associated with the artifact, e.g. a result.; structure depends on the artifact type.
User-defined artifact metadata. Content must be string key and value pairs.
The flow run associated with the artifact.
The task run associated with the artifact.
Successful Response
A PrefectBaseModel with an auto-generated UUID ID value and created / updated timestamps, intended for compatibility with our standard ORM models.
The ID, created, and updated fields are reset on copy() and not included in equality comparisons.