Lists the backups for a workspace.

GET /controller/v4/v2/workgroups/{workgroupID}/workspaces/{workspaceID}/backups

Authorizations

x-api-key string header required

Authorization for TigerGraph Savanna. Send the key in the x-api-key request header.

Create an API key

Path parameters

# workgroupID string path required

Workgroup ID

# workspaceID string path required

Workspace ID

Response

application/json
# Error boolean

Indicates whether the request returned an error.

# ErrorDetails object[]

Details about each error returned by the request.

Show child attributes Hide child attributes
FieldNamestring

Field associated with the error.

Reasonstring

Explanation of why the error occurred.

Typestring

Category of the error.

Available options: Internal-Error, Bad-Request, Not-Found, Forbidden, Unauthorized, API-Disabled, Quota-Exceed, Unknown

# Message string

Human-readable summary of the request result.

# RequestID string

Unique identifier for tracing the request.

# Result object[]

Payload returned by the request.

Show child attributes Hide child attributes
idstring

Unique identifier of the backup.

is_automaticboolean

Whether the backup came from the backup schedule rather than a manual request.

size_bytesstring

Size of the backup, in bytes.

statusstring

Current status of the backup.

tagstring

Tag that identifies the backup.

timestring

Time the backup was taken.

typestring

Scope of the data captured by the backup.

versionstring

TigerGraph version the backup was taken from.