FeedList Returns all feeds created in the last 30 days.

The response fields provided by this API are detailed in the following table:

NameTypeDescription
FeedUUIDIdentifier of the feed
StatusStringThe status of the feed. One of 'Queued' (In queue), 'Processing', 'Canceled' or 'Finished'
ActionStringThe action that created the feed
CreationDateTimeDateCreation time in ISO 8601 format of the feed
UpdatedDateTimeDateLast updated time in ISO 8601 format of the feed
SourceStringThe source of the feed. One of 'api' or 'csv'.
TotalRecordsIntegerNumber of entries to be processed
ProcessedRecordsIntegerNumber of entries already processed
FailedRecordsIntegerNumber of failed entries
FailureReportsEmbedded CSV FileIn case of errors or warnings, a CSV file is encoded in base64 and returned between file tags

Errors

No specific errors.

Language