Skip to main content
GET
Get a package job

Parámetros de ruta

jobId
string<uuid>
requerido

The package job's id.

Respuesta

The job's current state.

An asynchronous package operation. Code-carrying packages resolve, build and swap the binary; a failure at any stage leaves the previous binary intact and serving — the user is never left without a working agent.

id
string<uuid>
requerido
status
enum<string>
requerido
Opciones disponibles:
resolving,
building,
swapping,
done,
failed
startedAt
string<date-time>
requerido
packageName
string
Maximum string length: 256
source
string
Maximum string length: 1024
error
object

Present when status is failed; the previous binary is intact.

Ejemplo:
finishedAt
string<date-time>