SPACE GASS API
โarray | nullโintegerย ยทย int32
โstring | nullโboolean
Diagnostic error messages
Get Errors
GET
/api/v1
/job/errors
Returns all diagnostic error messages logged during the current session. These are engine-level messages generated during operations such as analysis, import, or file operations.
Get Errors โบ Responses
Returns the error list
Response containing error list.
errorsList of error messages
countNumber of errors
Get Last Error
GET
/api/v1
/job/errors/last
Returns the most recent error message, or null if no errors have been logged. Useful for quick checks after an operation without retrieving the full list.
Get Last Error โบ Responses
Returns the last error (hasError indicates if one exists)
Response containing last error.
errorThe last error message (null if no errors)
hasErrorWhether there is an error

