Skip to main content

Synopsis

Get a custom Kosli attestation type.
The TYPE-NAME can be specified as follows:
  • customTypeName
    • Returns the unversioned custom attestation type, containing details of all versions of the type.
    • e.g. custom-type
  • customTypeName@vN
    • Returns the Nth version of the custom attestation type.
    • If a non-integer version number is given, the unversioned custom attestation type is returned.
    • e.g. custom-type@v4

Flags

Flags inherited from parent commands

Examples Use Cases

These examples all assume that the flags --api-token, --org, --host, (and --flow, --trail when required), are set/provided.
Last modified on May 14, 2026