# getArtifactInput

### Examples

```graphql
input GetArtifactInput {
  artifactId: String
}
```

### Fields

| Field               | Description                                   | Supported fields |
| ------------------- | --------------------------------------------- | ---------------- |
| artifactId `String` | Unique identifier of the artifact to retrieve |                  |

### References

#### Queries using this object:

* [\<?> getArtifact.getArtifactInput](https://docs.ox.security/api-documentation/api-reference/api--artifact/queries/get-artifact)
