---
search:
  tags:
    - imports-management
    - GET
seo:
  description: >-
    Retrieves a paginated, filterable, and sortable list of all CSV… Reference
    for the GET /imports-management/grid endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get imports grid
title: Get imports grid
type: openapi-operation
---
Retrieves a paginated, filterable, and sortable list of all CSV imports in the workspace.

**What are Imports?**
The imports feature allows you to bulk import data from CSV files into Leadtime. You can import entities like Employees, Organizations, Projects, Tasks, and more. The system uses AI to automatically suggest field mappings, and you can preview results before executing.

**What is returned:**
- Paginated list of imports with metadata (file name, status, row/column counts, timestamps)
- Supports server-side filtering, sorting, and pagination
- Quick search available on file names

**Import Status Values:**
- `Uploaded`: Import created and ready for mapping/execution
- `Processing`: Import is currently running in the background
- `Completed`: Import finished successfully
- `Failed`: Import encountered errors during processing

Retrieves a paginated grid of imports with filtering and sorting capabilities. Quick search available on: fileName. Filterable fields: fileName, status, rowCount, columnCount, createdAt, importedAt. Sortable fields: fileName, status, rowCount, columnCount, createdAt, importedAt.

<Operation source="api-reference" id="importsmanagementcontroller-getimportsgrid" />
