This API lists more observability details for the POP workflow.
Note: Observability data is retained for a limited period and is not stored indefinitely. Ensure that any data required for long-term analysis or auditing is exported or archived externally within your retention window.
For more details about Administration API Authentication, check out the Authentication APIs documentation
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer 123
The Environment ID can be found under the Details Tab in the Environment Settings.
POP ID. You can find the POP ID using the GET List of POPs API or through the UI under your POP settings in the Integration Workspace.
Execution ID for Workflow. You can extract it from the Get Observability Summary API.
Success
Discovery flow activity timeline
{
"data": {
"name": "discovery",
"startTime": "2024-06-14T08:15:00Z",
"endTime": "2024-06-14T08:18:42Z",
"status": "Completed",
"summary": "Discovery summary from Snowflake: 12 policies were discovered from Credit Risk Control Center",
"requestId": "req-7f3a9c2e-4b1d-4e8a-9f0c-1a2b3c4d5e6f",
"events": [
{
"executionId": "0192a1b2-c3d4-7890-abcd-ef1234567890",
"flowType": "discovery",
"status": "Completed",
"startTime": "2024-06-14T08:15:00Z",
"endTime": "2024-06-14T08:18:42Z",
"durationMs": 222000,
"summary": "Discovery summary from Snowflake: 12 policies were discovered from Credit Risk Control Center"
}
]
}
}Flow type for the initial detailed event
Detailed event start time in UTC
Detailed event end time in UTC. This is omitted if it is still running or has no end time.
Parent status for the detailed event
Summary for detailed event
Request ID
Detailed event execution list
Flow Execution ID
Operation Type
Flow status.
Flow start time in UTC (RFC3339).
Time when the flow workflow ended in UTC (RFC3339).
Wall-clock style duration in milliseconds when the flow has ended.
Summary with failure details when available
Bad Request
Unauthorized
Not Found
Internal Server Error