Skip to main content
POST
Query job progress

Authorizations

Authorization
string
header
default:YOUR_TOKEN
required

Use the bearer token provided through the Neural4D website.

Body

application/json
uuid
string
required

Unique job or model identifier returned by a previous create endpoint.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

200 - application/json

Job progress result

statusType
enum<integer>
required

Progress query status. 0 means valid, -1 means the job does not exist, and -2 means the query is invalid.

Available options:
-2,
-1,
0
message
string
required
progress
string | null

Current job progress percentage returned by the legacy service.