Skip to main content
GET
Get a package job

Parâmetros de caminho

jobId
string<uuid>
obrigatório

The package job's id.

Resposta

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>
obrigatório
status
enum<string>
obrigatório
Opções disponíveis:
resolving,
building,
swapping,
done,
failed
startedAt
string<date-time>
obrigatório
packageName
string
Maximum string length: 256
source
string
Maximum string length: 1024
error
object

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

Exemplo:
finishedAt
string<date-time>