Get
/v1/diagnostic/archives/{deviceId}
Get a list of device debug archive collections
Security
API Key: jwtAuth
Header parameter nameauthorization
Use Bearer <token>
Header parameters
Authorization
stringRequired
Bearer token. Format: Bearer <your_token_here>
Path parameters
deviceId
integer (int64) Required
Valid Provisioned device ID
Example1000000
Responses
200
OK
object
archives
Array of object (diagnosticToolsArchive)
object
archiveFileName
string
The archive file name
Example12000.tar.zst.gpg
archiveId
integer (int64)
Unique identifier for a specific archive
Example1000000
archiveUrl
string
The URL to download this archive
Examplegraphiant.com/archives/134
created
object (googleProtobufTimestamp)
nanos
integer (int32)
Example123
seconds
integer (int64)
Example1234567891011
creator
string
The user who requested the generation of this archive
Example8a2ec658-f25b-11ec-b939-0242ac120002
description
string
Description of the requested archive
Examplearchive requested to debug tenant A problem in device B
progress
integer (int32)
The upload progress of the requested debug archive in percentage
Example80
status
string
The status of the requested debug archive
ExampleUploaded
type
string
The type of the archive
ExampleDebug