Skip to main content
Artifacts endpoint

Save Artifact Materialization

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/artifact-materializations/

Body

application/json
id string
Field defined by domain.ArtifactMaterialization.
runId string
Field defined by domain.ArtifactMaterialization.
activityId string
Field defined by domain.ArtifactMaterialization.
variantId string
Field defined by domain.ArtifactMaterialization.
digest string
Field defined by domain.ArtifactMaterialization.
resourceId string
Field defined by domain.ArtifactMaterialization.
environmentId string
Field defined by domain.ArtifactMaterialization.
destinationPath string
Field defined by domain.ArtifactMaterialization.
status string
Field defined by domain.ArtifactMaterialization.
verifiedDigest string
Field defined by domain.ArtifactMaterialization.

See the Artifacts guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.