Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type JobDbType = object;
optional completedAt: string | null;
createdAt: string;
optional errorMessage: string | null;
optional failedAt: string | null;
id: string;
jobName: string;
optional migrationName: string | null;
optional monitorBatchId: string | null;
optional processingStarted: string | null;
optional progressMessage: string | null;
optional progressPercent: number;
projectId: string;
requestData: object;
[key: string]: unknown
retries: number;
runId: string;
status: string;
optional stepsCompleted: number;
optional stepsTotal: number;
updatedAt: string;
Was this page helpful?