> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: JobStatusResponse

[index](.././index).JobStatusResponse

Job status response interface

## Table of contents

### Properties

* [jobId](#jobid)
* [status](#status)
* [data](#data)
* [error](#error)
* [progress](#progress)
* [createdAt](#createdat)
* [processedAt](#processedat)
* [finishedAt](#finishedat)

## Properties

### jobId

• **jobId**: `string`

### status

• **status**: `"active"` | `"completed"` | `"failed"` | `"waiting"` | `"delayed"` | `"stalled"` | `"unknown"`

### data

• `Optional` **data**: `unknown`

### error

• `Optional` **error**: `string`

### progress

• `Optional` **progress**: `number`

### createdAt

• `Optional` **createdAt**: `string`

### processedAt

• `Optional` **processedAt**: `string`

### finishedAt

• `Optional` **finishedAt**: `string`
