Feed ManagementRead-only

Get Feed

get_feed

Get the full configuration and status of a specific feed pipeline, including sourceConfig, destinationConfig, fieldMappings, and schedule.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
feedIdstringrequiredFeed ID — get from list_feeds

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "get_feed",
"arguments": {
"workspaceId": "workspaceId_123",
"feedId": "feedId_123"
}
}

Use this tool in

Related Feed Management tools