---
title: "Get job by ID"
method: GET
path: "/v3/jobs/{id}"
tags: ["Jobs"]
---

# Get job by ID

`GET /v3/jobs/{id}`

## Path parameters

- `id` string, required

## Response `200`

Job Status

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `id` string, required — Unique identifier of the job
    - `status` 'FAILURE' | 'SUCCESS' | 'IN_PROGRESS' | 'NEW', required — Current status of the job
    - `type` 'SYNC' | 'SYNC_DELETE' | 'LLM_RENEWALS' | 'INVOICE_PDF_EXPORT' | 'INTEGRATORS_CUSTOMER_IMPORT' | 'SEND_CUSTOMER_ADDRESS_TO_ERP' | 'SEND_PAYMENT_TO_ERP' | 'CREATE_CUSTOMER' | 'PROCESS_INBOUND_CUSTOMER_EMAIL' | 'GENERATE_REVENUE' | 'INTEGRATORS_ITEM_IMPORT' | 'QBO_AST_TAX_ESTIMATE_INVOICE_DELETE' | 'CREATE_SALES_ORDER' | 'UPDATE_SALES_ORDER' | 'DELETE_SALES_ORDER' | 'DUPLICATE_SANDBOX_DATA' | 'PROCESS_CSV' | 'DELETE_EVENT_CSV' | 'ERP_CANCEL_PAYMENT' | 'PROCESS_USAGE_AI' | 'PROCESS_TRANSACTION_CSV' | 'STRIPE_BULK_PAYOUT_APPLICATION' | 'TRANSACTION_RECOMMENDATIONS' | 'INVOICE_VECTOR_DB' | 'SEND_RECONCILIATION_TO_ERP' | 'REMOVE_RECONCILIATION_TO_ERP' | 'SEND_INVOICE_PAID_COMMUNICATIONS' | 'GENERATE_INVOICES' | 'SEND_CUSTOMER_ADDRESS_TO_ERP_WITH_ROLLBACK' | 'SEND_INVOICE_ACTION' | 'RECALCULATE_INVOICES_FOR_EVENTS' | 'AUTOMATIC_CONTRACT_PROCESSING' | 'CREATE_CONTRACT', required — Type of the job
    - `processStartedAt` string, date-time, required — When the job processing started
    - `startedAt` string, date-time, required — When the job was initially created
    - `finishedAt` string, date-time, required — When the job completed processing
    - `details` string — Additional details about the job execution
    - `results` object — Results of the job execution
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `404` — Job not found

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
