cURL
Jobs
Get Eval Job
Get a single eval job by uid.
GET
cURL
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Path Parameters
Response
Job
Public view of a background eval job.
Component the job writes evals for (OrgsApps.id) — same
identifier accepted as component_id on the other eval routes.
Job kind (e.g. "generate_initial").
Kind-specific result payload; {} until the job succeeds. For
generate_initial: files, eval_count, eval_names, summary,
committed, commit_sha.
queued | running | succeeded | failed | error.
Present when the job terminated unsuccessfully (failed, error).