# Get upload status Retrieves the status of a particular bulk upload, or lists all the ongoing uploads in the given project. If an is provided, this endpoint returns information about that upload: what stage it is at, if any errors were encountered. If no is provided, this endpoint returns a list of the ongoing uploads for the given project, which can be useful to get a view of everything currently uploading in a given project. If the is not set this uses the user's active project. Endpoint: GET /v1/bulk-uploads/status Version: v1 Security: bearerAuth ## Query parameters: - `uploadId` (string) ID of the upload to check - `projectId` (string) (optional) ID of the project to list ongoing uploads for. ## Response 200 fields (application/json): - `status` (string) Current status of the upload - `createdAt` (string) Timestamp when the upload was created - `errorMessages` (array) Error messages if the upload failed - `isOverwrite` (boolean) Whether this upload is an overwrite operation