SecurityCopilotWorkspaces.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Security Copilot documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SecurityCopilotWorkspaces.ReadWrite.All.
| Parameter | Description |
|---|---|
| Prompt ID | The ID of the prompt. Can be obtained using the List Prompts action. |
| Session ID | The ID of the Security Copilot session. Can be obtained using the List Sessions action. |
| Workspace ID | The ID of the Security Copilot workspace. Use default for the default workspace. |
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#security/securityCopilot/workspaces('default')/sessions('ecdfb9b3-58f5-457f-a18c-4a477890b252')/prompts('ecdfb9b3-58f5-457f-a18c-4a477890b252')/evaluations/$entity",
"id": "ecdfb9b3-58f5-457f-a18c-4a477890b252",
"createdDateTime": "2026-03-31T12:13:18.6535601Z",
"runStartDateTime": "0001-01-01T00:00:00Z",
"completedDateTime": "0001-01-01T00:00:00Z",
"lastModifiedDateTime": "2026-03-31T12:13:18.6535601Z",
"state": "created",
"executionCount": 0,
"isCancelled": false,
"result": null
}
Was this page helpful?