Waiting for engine...
Skip to main content

Artifact

No description

type Artifact {
artifactId: ID!
artifactType: ArtifactType!
artifactInternalId: ID!
artifactInternalVersion: String
artifactDescription: String
artifactName: String!
createdBy: String
createdDate: DateTime
modifiedBy: String
modifiedDate: DateTime
serviceType: ServiceType!
artifactMetadata: String
}

Fields​

Artifact.artifactId ● ID! non-null scalar miscellaneous {#artifact-id}

Unique identifier for the artifact

Artifact.artifactType ● ArtifactType! non-null enum bundles {#artifact-type}

The type of artifact (e.g., PACKAGED_COMPONENT, FLOW, SUPPORTING, AI_AGENT)

Artifact.artifactInternalId ● ID! non-null scalar miscellaneous {#artifact-internal-id}

Internal identifier for the artifact within the system

Artifact.artifactInternalVersion ● String scalar miscellaneous {#artifact-internal-version}

The internal version number of the artifact

Artifact.artifactDescription ● String scalar miscellaneous {#artifact-description}

A description of what this artifact does

Artifact.artifactName ● String! non-null scalar miscellaneous {#artifact-name}

The display name of the artifact

Artifact.createdBy ● String scalar miscellaneous {#created-by}

The user who created this artifact

Artifact.createdDate ● DateTime scalar platform {#created-date}

The date and time when this artifact was created

Artifact.modifiedBy ● String scalar miscellaneous {#modified-by}

The user who last modified this artifact

Artifact.modifiedDate ● DateTime scalar platform {#modified-date}

The date and time when this artifact was last modified

Artifact.serviceType ● ServiceType! non-null enum bundles {#service-type}

The type of service this artifact belongs to (e.g., INTEGRATION, API, HUB, FLOW, DCP)

Artifact.artifactMetadata ● String scalar miscellaneous {#artifact-metadata}

Additional metadata associated with this artifact

Member Of​

Bundle object

On this Page