Job ID
Job details
const response = await fetch('/job/{id}', { method: 'GET', headers: { "apikey": "ApiKeyAuth <apiKey>" }, }); const data = await response.json();
{ "ok": true, "data": {} }