Delete Job
Delete a job by its job_id.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Representation of offline jobs, used for tracking status of data loading tasks (involving parsing and embedding files).
Parameters: id (str): The unique identifier of the job. status (JobStatus): The status of the job. created_at (datetime): The unix timestamp of when the job was created. completed_at (datetime): The unix timestamp of when the job was completed. user_id (str): The unique identifier of the user associated with the.
The metadata of the job.
The human-friendly ID of the Job
The status of the job.
created
, running
, completed
, failed
, pending
The unix timestamp of when the job was created.
The unix timestamp of when the job was completed.
The unique identifier of the user associated with the job.