Skip to main content
Get Job Metadata
curl --request GET \
  --url https://api.ionworks.com/jobs/{job_id}/metadata
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

job_id
string
required

The ID of the job whose metadata to retrieve

Response

Successful Response