Skip to main content
Version: 2.0

Get Job API Definition

The Get Job API retrieves details about a specific job by job_id. Jobs are background processes like replacing the filterable metadata attributes of a corpus.

Get Job Request and Response

To get details about a specific job, send a GET request to /v2/jobs/{job_id}, where {job_id} is the unique identifier of the job you want to retrieve. The job_id is the string that was returned when the job was created; for example when replacing filter attributes on a corpus.

REST 2.0 URL

Get Job Endpoint Address

Vectara exposes an HTTP endpoint at the following URL to delete turns in a chat:
https://api.vectara.io/v2/jobs/:job_id

The API Reference shows the full Get Job REST definition.