jobs

Get Job Metadata

Get the full metadata blob for a job.

Returns the JSON contents of the job's metadata.json.gz blob in the job-files Supabase Storage bucket. API clients use this to access fields that are too large for the result column — for example, the validation_results and validation_plot_config payloads written by pipeline validation jobs.

get/jobs/{job_id}/metadata

Path parameters

job_idstring required

The ID of the job whose metadata to retrieve

The ID of the job whose metadata to retrieve

Response

Successful Response

{"stackTrail":"paths:/jobs/{job_id}/metadata:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.