Read Artifacts
Retrieve artifacts from the database.
Headers
Body
Defines artifact sorting options.
CREATED_DESC
, UPDATED_DESC
, ID_DESC
, KEY_DESC
, KEY_ASC
Filter artifacts. Only artifacts matching all criteria will be returned
Filter flow runs. Only flow runs matching all criteria will be returned
Filter task runs. Only task runs matching all criteria will be returned
Filter for flows. Only flows matching all criteria will be returned.
Filter for deployments. Only deployments matching all criteria will be returned.
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
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.
Was this page helpful?