---
title: "List All API Submissions"
method: GET
path: "/Advertisers/{AccountSID}/APISubmissions"
tags: ["API Submissions"]
---

# List All API Submissions

`GET /Advertisers/{AccountSID}/APISubmissions`

Returns a list of your API submissions. Note that impact.com does not recommend using this endpoint due to potentially large response sizes.

## Path parameters

- `AccountSID` string, required

## Response `200`

A list of API submission objects.

- object
  - `APISubmission` ApiSubmission[] — The list of API submission objects.
    - `BatchId` string — Id of the API submission.
    - `AccountId` integer — Id of the brand account that submitted the API submission.
    - `SubmissionDate` string, date-time — Date and time the API submission was submitted (ISO 8601).
    - `CampaignId` integer — Id of the program the record was submitted to.
    - `ActionTrackerId` integer — Id of the action tracker (event type) the record applies to.
    - `MediaPartnerId` integer — Id of the partner that drove the record.
    - `EventCode` string — Configurable string code identifying the event type, if used instead of EventTypeId.
    - `OrderId` string, nullable — If the record submitted is a conversion, this is the unique Id associated with that conversion.
    - `Payload` string — Information about the tracking data that was submitted.
    - `Type` 'Conversion' | 'Modification' | 'Reversal' — Type of record submitted.
    - `Status` 'Queued' | 'In Progress' | 'Complete' — Status of the API submission. Will always begin as Queued.
    - `CompletionDate` string, date-time, nullable — Date and time that the submission finished processing. Empty if not finished (ISO 8601).
    - `ErrorType` 'Validation' | 'Contract Error', nullable — Type of errors encountered during the submission process. Empty if no errors were encountered.
    - `ErrorReason` string, nullable — List of error explanations to help describe the ErrorType.
    - `Uri` string, uri-reference — The unique reference to this API 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)
