Parameters
- options: FetchBulkOperationByIdOptions
Returns Promise<
| {
completedAt?: unknown;
createdAt: unknown;
errorCode?: BulkOperationErrorCode
| null;
id: string;
objectCount: unknown;
partialDataUrl?: string | null;
status: BulkOperationStatus;
type: BulkOperationType;
url?: string | null;
}
| null
| undefined,
>
The bulk operation, or null if it doesn't exist.
Fetches a single bulk operation by ID.