Skip to main content
GET
Get alignment job

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Path Parameters

alignment_job_id
string
required

Response

Success

id
string
required
created_at
string<date-time>
required
status
enum<string>
required
Available options:
pending,
queued,
running,
cancelled,
failed,
completed,
stopped
updated_at
string<date-time> | null
completed_at
string<date-time> | null
stopped_at
string<date-time> | null
current_step
string | null

The processing step the job is currently working on. null until the job starts running.

step_progress

Progress through the current step. null when no step is in progress.

progress
number | null

Overall completion of the job across all steps. null until progress can be calculated.

estimated_completion_at
string<date-time> | null

Projected completion timestamp (UTC). null until enough progress data is available to produce an estimate.

eta_minutes
integer | null

Estimated number of minutes remaining until the job completes. null until an estimate is available.

status_message
string | null

Human-readable description of the job's current state, suitable for display to end users.

Last modified on July 10, 2026