import Spitch from 'spitch';
const client = new Spitch();
const job = await client.jobs.get('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');
console.log(job.job_id);{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_by": "<string>",
  "due_date": "2023-11-07T05:31:56Z"
}import Spitch from 'spitch';
const client = new Spitch();
const job = await client.jobs.get('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');
console.log(job.job_id);{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_by": "<string>",
  "due_date": "2023-11-07T05:31:56Z"
}Was this page helpful?