Anchorage API reference
    Preparing search index...
    interface ArtifactRecord {
        contentType?: string;
        key: string;
        metadata?: Record<string, string>;
        name: string;
        runId: string;
        size?: number;
        uploadedAt?: string;
        workflowId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentType?: string
    key: string

    Full object key: [keyPrefix/]workflowId/runId/name.

    metadata?: Record<string, string>
    name: string

    Path-safe segments joined by '/', e.g. 'reports/summary.md'.

    runId: string
    size?: number
    uploadedAt?: string

    ISO 8601.

    workflowId: string