Get Operation Log Entry
GET /v2/partner/operation-log/{id}
Required scopes
partner:operation_log:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getOperationLogEntry |
| Tags | Meta |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | id | UUID v4. |
| type * | enum (1) | operation_log |
| team_id * | id | UUID v4. |
| token_id * | id | UUID v4. |
| endpoint * | string | |
| method * | string | |
| scope_used * | string | |
| status_code * | integer | |
| occurred_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| idempotency_key | string | |
| override_flags * | string[] | |
| request_id * | string | |
| meta * | object |
Example request
GET https://api.digitalonboarding.com/v2/partner/operation-log/{id}
Authorization: Bearer <partner-token>