---
title: "getAllScheduledExportsV1"
method: GET
path: "/scheduledexport/v1/getAllScheduledExports"
tags: ["Scheduled Export Service"]
---

# getAllScheduledExportsV1

`GET /scheduledexport/v1/getAllScheduledExports`

Retrieve a list of individual export files generated through Event Scheduling (Scheduled Exports) or manually in Outbound Integrations. Does not include files associated with managed partner integrations. 
 Results may be used with the downloadScheduledExport endpoint to retrieve file contents, and with the markScheduledExport endpoint to update export file records to indicate that they have been downloaded.

## Query parameters

- `exportDate` string
- `exportStatus` string
- `extractName` string
- `fileName` string
- `postDate` string
- `userIdForDetails` string, required
- `includeNull` boolean
- `exportType` string

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- ScheduledBatchExportFiles[]
  - `batchId` integer — Batch Number for export file. Required to retrieve file contents through downloadScheduledExport.
  - `exportDate` string — Export Date of the export file.
  - `exportStatus` integer — Export Status of the export file: (1) Manually created exports (“N/A” in Outbound Integrations); (2) Scheduled Export file ready for download (“CDP No” in Outbound Integrations); (3) Scheduled Export file already downloaded by CDP or “marked” as downloaded (“CDP Yes” in Outbound Integrations); (5) Returns records Marked as not successfully downloaded (uncommon, but may happen with CDP download attempt).
  - `exportType` 'EMPLOYEE_MAINTENANCE' | 'EPICOR_PLATINUM' | 'INVENTORY_TOTALS' | 'MAPPABLE_AP_TRANS_TYPE' | 'MAPPABLE_AR_TRANS_TYPE' | 'MAPPABLE_CUSTOM_TRANS_TYPE' | 'MAPPABLE_EMPLOYEE_POS_TYPE' | 'MAPPABLE_INVENTORY_DELTA_TYPE' | 'MAPPABLE_INVENTORY_TOTALS_TYPE' | 'MAPPABLE_LABOR_SCHEDULE_TYPE' | 'MAPPABLE_LOC_TRANSFERS_TYPE' | 'MAPPABLE_PAYROLL_TYPE' | 'MAPPABLE_SALES_TYPE' | 'MAPPABLE_STANDARD_AP_TYPE' | 'PAYROLL' | 'SALES' | 'STANDARD_AP' | 'STANDARD_INVENTORY_DELTA' | 'STANDARD_LOCATION_TRANSFERS' | 'USER_DEFINED' — "exportType" from scheduled export
  - `extractHistoryId` integer — Numeric identifier for the individual export file. Required to retrieve file contents through downloadScheduledExport.
  - `extractName` string — Export file type (or mapping) name.
  - `fileName` string — File name of the individual export file.
  - `postDate` string — Post Date for file contents, if applicable. Note that some USER_DEFINED files are assigned a file-level Post Date of 12/31/1990 even if their contents are Post Date-specific.
  - `user` string — User ID of the Application User associated with the individual export file. This is the value displayed in the “User” column in Outbound Integrations for the relevant file or file batch and correlates to the “userIdForDetails” query param.

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — Scheduled export not found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `503` — System under maintenance
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/versions/0af8e380ff2c/schema)
