Get Insight Recompute Status
GET /v2/partner/insights/recomputes/{recompute_id}
Required scopes
partner:insights:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getInsightRecomputeStatus |
| Tags | Insights |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| recompute_id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| recompute_id * | id | UUID v4. |
| status * | enum (3) | queuedrunningcompleted |
| poll_url * | string | |
| estimated_completion_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
GET https://api.digitalonboarding.com/v2/partner/insights/recomputes/{recompute_id}
Authorization: Bearer <partner-token>