Skip to main content

prefect.server.api.artifacts

Routes for interacting with artifact objects.

Functions

create_artifact

Create an artifact. For more information, see https://docs.prefect.io/v3/concepts/artifacts.

read_artifact

Retrieve an artifact from the database.

read_latest_artifact

Retrieve the latest artifact from the artifact table.

read_artifacts

Retrieve artifacts from the database.

read_latest_artifacts

Retrieve artifacts from the database.

count_artifacts

Count artifacts from the database.

count_latest_artifacts

Count artifacts from the database.

update_artifact

Update an artifact in the database.

delete_artifact

Delete an artifact from the database.