---
title: "List All FTP File Submissions"
method: GET
path: "/Advertisers/{AccountSID}/FTPFileSubmissions"
tags: ["FTP Submissions"]
---

# List All FTP File Submissions

`GET /Advertisers/{AccountSID}/FTPFileSubmissions`

Returns a list of your FTP file submissions, with options for date filtering.

## Path parameters

- `AccountSID` string, required

## Query parameters

- `SubmissionDateStart` string, date-time
- `SubmissionDateEnd` string, date-time
- `CompletedDateStart` string, date-time
- `CompletedDateEnd` string, date-time

## Response `200`

A list of FTP file submission objects.

- object
  - `FTPFileSubmissions` FtpFileSubmission[] — The list of FTP file submission objects.
    - `BatchId` string — Id of the FTP submission.
    - `AccountId` integer — Id of the brand account that submitted the file.
    - `SubmissionDate` string, date-time — Date and time the FTP submission was submitted (ISO 8601).
    - `FileName` string — Name of the file that was submitted.
    - `Type` 'Conversion' | 'Modification' | 'Reversal' — Type of records submitted.
    - `Status` 'Queued' | 'In Progress' | 'Complete' — Status of the FTP submission. Will always begin as Queued.
    - `TotalRecords` integer — Total number of records in the submitted file.
    - `TotalErrors` integer — Total number of errors found in the submitted file.
    - `CompletionDate` string, date-time, nullable — Date and time that the submission finished processing (ISO 8601).
    - `ErrorsUri` string, uri-reference — The URI to retrieve detailed error information for this submission.
    - `Uri` string, uri-reference — The unique reference to this FTP submission in the impact.com API.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
