fetchReadyFileResponse
Last updated
Response object containing information about the status and availability of a requested file.
type FetchReadyFileResponse {
downloadLink: String
isFileReady: Boolean!
error: Boolean
}downloadLink String
Pre-signed URL for downloading the file. Will be null if the file is not ready or there was an error
isFileReady Boolean!
Indicates whether the requested file is ready for download
error Boolean
Indicates whether an error occurred while checking file status
Last updated
