Get Job Results
Endpoints
Get Job Results
Get the typed results of a completed job. Only available for jobs with status succeeded. For inference jobs, returns a signed download URL for the results file.
GET
Get Job Results
Documentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Typed job results.
The fields populated depend on the job type:
- Training jobs:
training_resultscontains metrics. - Inference jobs:
inference_results_uriis a signed download URL. - Dataset ingest:
dataset_ingest_resultscontains stats.
Signed download URL for inference results (inference jobs only).
Training metrics and results (training jobs only).
Ingestion stats (dataset_ingest jobs only).