ApiExportStatus

  • exportId
    Type: stringFormat: uuid
    required

    A unique id for an export.

  • lastChangedAt
    required

    When the status was last updated

  • questId
    Type: stringFormat: uuid
    required

    A unique id for a quest.

  • status
    Type: string
    required

    Status for the export.
    Valid values:

    • NOTSET: No status registered.
    • PENDING: Queued, awaiting processing.
    • INPROGRESS: Export generation in progress.
    • ERROR: Export generation failed with error.
    • COMPLETED: Export generation completed.
    • DELETED: Export is deleted. Export no longer exists.