Get Augmentation Status
GET
/v1/augmentation/{job_id}
Get the status of an augmentation job.
Returns the current phase, phase history, and augmented dataset ID (once the job has completed).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” job_id
required
Job Id
string format: uuid
Header Parameters
Section titled “Header Parameters ” x-api-key
required
X-Api-Key
string
Responses
Section titled “ Responses ”Job status retrieved successfully
AugmentationStatusResponse
Detailed status of an augmentation job.
object
job_id
required
Job Id
Unique job identifier
string format: uuid
current_phase
required
Current Phase
Current phase name
string
status
required
Status
Overall job status: queued, running, completed, failed, cancelled
string
phases
Phases
Phase history in chronological order
Array<object>
PhaseA training phase with its events.
object
name
required
Name
Phase name
string
status
required
Status
Phase status: pending, in_progress, completed, failed
string
events
Events
Events in this phase
Array<object>
PhaseEventA single event within a phase.
object
timestamp
required
Timestamp
Event timestamp
string format: date-time
retry_attempt
Retry Attempt
Retry attempt number
integer
Invalid or missing API key
ErrorResponse
Standard error response.
object
detail
required
Detail
Error message describing what went wrong
string
Augmentation job not found
ErrorResponse
Standard error response.
object
detail
required
Detail
Error message describing what went wrong
string
Validation error