Microsoft Copilot · Example Payload

Microsoft Copilot Search Response Example

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

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

Top-level fields

@odata.nextLinktotalCountsearchHits

Example Payload

Raw ↑
{
  "@odata.nextLink": "example_value",
  "totalCount": 10,
  "searchHits": []
}