List network bulk feed

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Parameters

Responses

200 Successful operation

Error Codes

Curl Example

curl --request GET \
     --url 'https://api.astrada.co/network-bulk-feeds?limit=25&offset=0' \
     --header 'accept: application/hal+json'

Example Response

{
  "_links": {
    "self": {
      "href": "/network-bulk-feeds"
    }
  },
  "_embedded": {
    "networkBulkFeeds": [
      {
        "_links": {
          "self": {
            "href": "/network-bulk-feeds/75ea3c99-6bf5-4b16-8f68-0cdc43d75806"
          }
        },
        "id": "75ea3c99-6bf5-4b16-8f68-0cdc43d75806",
        "subaccountId": "f297d659-c13d-4219-aeaa-e10a845140a5",
        "network": "MASTERCARD",
        "networkReference": "G1234567",
        "state": "submitted",
        "type": "SMARTDATA",
        "createdAt": "2024-12-19T14:45:00Z",
        "updatedAt": "2024-12-19T14:45:00Z"
      },
      {
        "_links": {
          "self": {
            "href": "/network-bulk-feeds/c73f2da7-aa1f-4775-ad38-864b1b6f3162"
          }
        },
        "id": "c73f2da7-aa1f-4775-ad38-864b1b6f3162",
        "subaccountId": "29cb4277-b812-4137-b008-e0befa8c6a47",
        "network": "MASTERCARD",
        "networkReference": "G1234567",
        "state": "submitted",
        "type": "SMARTDATA",
        "createdAt": "2024-10-19T14:45:00Z",
        "updatedAt": "2024-10-19T14:45:00Z"
      },
      {
        "_links": {
          "self": {
            "href": "/network-bulk-feeds/a3b1c2d4-5e6f-7890-abcd-ef1234567890"
          }
        },
        "id": "a3b1c2d4-5e6f-7890-abcd-ef1234567890",
        "subaccountId": "f297d659-c13d-4219-aeaa-e10a845140a5",
        "network": "VISA",
        "networkReference": 119999789452,
        "state": "failed",
        "type": "VBDS",
        "errorReason": "Starter data ingestion failed: invalid RPIC configuration",
        "createdAt": "2024-12-19T14:45:00Z",
        "updatedAt": "2024-12-20T10:30:00Z"
      }
    ]
  },
  "totalItems": 3
}