Microsoft Copilot · Example Payload

Microsoft Copilot Retrieval Request Example

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Microsoft Copilot Retrieval Request Example is an example object payload from Microsoft Copilot, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryStringdataSourcefilterExpressionresourceMetadatamaximumNumberOfResults

Example Payload

Raw ↑
{
  "queryString": "example_value",
  "dataSource": "example_value",
  "filterExpression": "example_value",
  "resourceMetadata": [],
  "maximumNumberOfResults": 10
}