Export

Details of an export job.

JSON representation
{"self":string,"name":string,"description":string,"datastoreName":string,"created":string,"updated":string,"executionTime":string,"state":string,"error":string}
Fields
self

string

Output only. Self link of the export job. A URI that can be used to retrieve the status of an export job.

Example:/organizations/myorg/environments/myenv/analytics/exports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd

name

string

Display name of the export job.

description

string

Description of the export job.

datastoreName

string

Name of the datastore that is the destination of the export job [datastore]

created

string

Output only. Time the export job was created.

updated

string

Output only. Time the export job was last updated.

executionTime

string

Output only. Execution time for this export job. If the job is still in progress, it will be set to the amount of time that has elapsed sincecreated, in seconds. Else, it will set to (updated -created), in seconds.

state

string

Output only. Status of the export job. Valid values includeenqueued,running,completed, andfailed.

error

string

Output only. Error is set when export fails

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-17 UTC.