Returns all feeds created in the last 30 days.

NameTypeDescription
FeedUUIDThe feed's identifier.
StatusStringThe feed's status. One of 'Queued', 'Processing', 'Canceled' or 'Finished'
ActionStringThe action that created the feed.
CreationDateTimeDateTime in ISO 8601 format of the feed's creation
UpdatedDateTimeDateTime in ISO 8601 format of the feed's last update
SourceStringThe feed's source. One of 'api' or 'csv'.
TotalRecordsIntegerNumber of entries to be processed.
ProcessedRecordsIntegerNumber of entries already processed.
FailedRecordsIntegerNumber of entries failed.
FailureReportsEmbedded CSV FileIn case of errors or warnings, a CSV file is base64 encoded and returned between the File tags.

Errors

No specific errors.

Language