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
uuid
UUID of the feed to fetch
Response
External feed details retrieved successfully
id
Unique identifier of the feed
name
Name of the feed
url
URL of the external data source
authType
Authentication type for accessing the feed
Allowed values:
maxRetries
Maximum number of retry attempts for failed requests
cache
Whether to cache the feed response
createdAt
Feed creation timestamp
modifiedAt
Feed last modification timestamp
username
Username for basic authentication. Only returned when authType is 'basic'. Excluded from response when authType is 'token'.
password
Password for basic authentication. Only returned when authType is 'basic'. Excluded from response when authType is 'token'.
token
Token for token-based authentication. Only returned when authType is ‘token’. Excluded from response when authType is ‘basic’ or ‘noAuth’.
headers
Custom HTTP headers for the feed request
Errors
400
Bad Request Error
404
Not Found Error