Sync status types

When you set up a sync and poll its URI,(perform a GET request on https://<host>/api/bulk/2.0/syncs/<ID>), Eloqua includes a status parameter in its response.

The following status values are possible:

  • pending: The sync is queued to execute.
  • active: The sync is currently in progress.
  • success: The sync has completed successfully.
  • warning: There was unexpected behavior but the sync did not fail--further details can be found by calling the /syncs/<ID>/logs endpoint.
  • errored: The sync has failed. Further details can be found by calling the /syncs/<ID>/logs endpoint.

If you encounter an error, you may be able to gain additional information on why the sync was unsuccessful. See the Troubleshooting for more information.

Learn more

Oracle Eloqua Bulk API