Skip to main content
GET
Get Job Status

Authorizations

Api-Key
string
header
required

Organization-scoped API key provisioned by SeekOut. Send it in the Api-Key header on every request.

Path Parameters

jobId
string
required

Response

Success

jobId
string | null
status
enum<string>
Available options:
Queued,
InProgress,
Completed,
Failed,
Cancelled
totalRequested
integer<int32>
totalProcessed
integer<int32>
totalSuccessful
integer<int32>
totalFailed
integer<int32>
startTime
string<date-time>
endTime
string<date-time> | null
duration
string<date-span> | null
read-only
progressPercentage
number<double>
read-only
dataUrl
string | null
errorMessage
string | null
lastUpdated
string<date-time>
processedHandles
string[] | null
failedHandles
object[] | null