Skip to main content
GET
/
api
/
jobs
/
{jid}
Get Job Route
curl --request GET \
  --url https://api.example.com/api/jobs/{jid}
{
  "jid": "<string>",
  "function": "<string>",
  "target": "<string>",
  "arguments": [],
  "kwargs": {},
  "target_type": "<string>",
  "user": "<string>",
  "start_time": "<string>",
  "minions": [],
  "results": []
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

jid
string
required

Response

Successful Response

jid
string
required
function
string
required
target
string
required
arguments
any[]
kwargs
Kwargs · object
target_type
string | null
user
string | null
start_time
string | null
minions
string[]
results
JobMinionResult · object[]