Skip to main content
MUTATION
retryDsymUpload(id: ID!): DsymUpload!

Arguments

id
ID!
required

Identifier of the upload.

Returns

id
ID!

Stable identifier for this upload.

filename
String!

Name of the uploaded file.

Where the upload is in processing.

error
String

Why the upload failed. May be null when it did not.

source

How the upload reached the server.

uploadedBy
String

Who uploaded it: a user's email or an API key's name. May be null for build imports.

buildId
String

Build identifier attached to the upload. May be null when none was sent.

linkedBuildId
ID

Identifier of the dashboard build the upload belongs to. May be null when it matches none.

url
String

Link attached to the upload, such as a CI run. May be null when none was sent.

projectName
String

Project name attached to the upload. May be null when none was sent.

sizeBytes
Float!

Size of the uploaded zip in bytes.

uploadOffset
Float!

Bytes received so far by a resumable upload.

attempts
Int!

Import attempts for a build's dSYMs.

dsymCount
Int!

Number of dSYM bundles the upload holds.

createdAt
String!

ISO 8601 time the upload started.

updatedAt
String!

ISO 8601 time the upload last changed.

completedAt
String

ISO 8601 time indexing finished. May be null until it has.

Mutation
Variables
Response