Get alignment job
Retrieve the status and details of a specific alignment job.
Authorizations
Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.
Path Parameters
Response
Success
pending, queued, running, cancelled, failed, completed, stopped The processing step the job is currently working on. null until the job starts running.
Progress through the current step. null when no step is in progress.
Overall completion of the job across all steps. null until progress can be calculated.
Projected completion timestamp (UTC). null until enough progress data is available to produce an estimate.
Estimated number of minutes remaining until the job completes. null until an estimate is available.
Human-readable description of the job's current state, suitable for display to end users.