Get external feed details

Retrieves details of a specific external feed by its UUID. **Use this to:** - Get complete configuration of an external feed - Check feed authentication settings - Review feed personalization options - Verify feed URL and parameters - Monitor feed modification history **Key information returned:** - Complete feed configuration and settings - Authentication credentials and headers - Personalization and fallback settings - Creation and modification timestamps - Cache and retry configurations **Important considerations:** - UUID must exist in your account - Provides complete feed information for troubleshooting - Essential before making modifications - Shows current feed health status - Useful for debugging feed issues

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

uuidstringRequiredformat: "uuidv4"
UUID of the feed to fetch

Response

External feed details retrieved successfully
idstringformat: "uuidv4"
Unique identifier of the feed
namestring
Name of the feed
urlstringformat: "url"
URL of the external data source
authTypeenum
Authentication type for accessing the feed
Allowed values:
personalizationboolean
Whether personalization is enabled for this feed
defaultAttrstring

Default attribute name for personalization fallback (empty string if not set)

defaultContactstring

Default contact email for personalization fallback (empty string if not set)

maxRetriesinteger0-5
Maximum number of retry attempts for failed requests
cacheboolean
Whether to cache the feed response
createdAtdatetime
Feed creation timestamp
modifiedAtdatetime
Feed last modification timestamp
usernamestring or null

Username for basic authentication (null if not using basic auth)

passwordstring or null

Password for basic authentication (null if not using basic auth)

tokenstring or null

Token for token-based authentication (null if not using token auth)

headerslist of objects or null
Custom HTTP headers for the feed request

Errors