---
title: "Get audience operation debug state"
method: GET
path: "/v1/audiences/{audience_id}/operations/{operation_id}/state/debug"
tags: ["Audiences"]
---

# Get audience operation debug state

`GET /v1/audiences/{audience_id}/operations/{operation_id}/state/debug`

Returns the detailed debug state of the specified audience operation, including internal processing information. Restricted to client superusers.

## Path parameters

- `audience_id` string, required
- `operation_id` string, required

## Response `200`

Successful response

- union
  - object
    - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `debug_message` string, required
    - `error_code` 'COLUMN_CONFIGURATION_ERROR' | 'CONFIGURATION_ERROR' | 'EVENTS_EXECUTION_ERROR' | 'EXECUTION_ERROR' | 'INPUT_FILE_ERROR' | 'INTERRUPT' | 'MEMBERS_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'MEMORY_ERROR' | 'MISMATCH_EVENTS_EXECUTION_ERROR' | 'ROW_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'SOFTWARE_ERROR' | 'STORAGE_ERROR' | 'UNKNOWN', required
    - `error_message` string, required
    - `input_rows_count` integer, required
    - `state` 'BUILDING' | 'CANCELED' | 'EXPIRED' | 'FAILED' | 'PREPARING' | 'READY' | 'VALIDATING', required
    - `state_reached_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `type` 'ACTION', required
    - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - object
    - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `debug_message` string, required
    - `error_code` 'COLUMN_CONFIGURATION_ERROR' | 'CONFIGURATION_ERROR' | 'EVENTS_EXECUTION_ERROR' | 'EXECUTION_ERROR' | 'INPUT_FILE_ERROR' | 'INTERRUPT' | 'MEMBERS_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'MEMORY_ERROR' | 'MISMATCH_EVENTS_EXECUTION_ERROR' | 'ROW_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'SOFTWARE_ERROR' | 'STORAGE_ERROR' | 'UNKNOWN', required
    - `error_message` string, required
    - `input_rows_count` integer, required
    - `state` 'BUILDING' | 'CANCELED' | 'EXPIRED' | 'FAILED' | 'PREPARING' | 'READY' | 'VALIDATING', required
    - `state_reached_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `type` 'ADD', required
    - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `result` AudienceOperationResultResponse, required
      - `anonymous_count` integer
      - `last_update` string — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
      - `member_count` integer
      - `non_processed_count` integer
    - `retry_count` integer, required
  - object
    - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `debug_message` string, required
    - `error_code` 'COLUMN_CONFIGURATION_ERROR' | 'CONFIGURATION_ERROR' | 'EVENTS_EXECUTION_ERROR' | 'EXECUTION_ERROR' | 'INPUT_FILE_ERROR' | 'INTERRUPT' | 'MEMBERS_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'MEMORY_ERROR' | 'MISMATCH_EVENTS_EXECUTION_ERROR' | 'ROW_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'SOFTWARE_ERROR' | 'STORAGE_ERROR' | 'UNKNOWN', required
    - `error_message` string, required
    - `input_rows_count` integer, required
    - `state` 'BUILDING' | 'CANCELED' | 'EXPIRED' | 'FAILED' | 'PREPARING' | 'READY' | 'VALIDATING', required
    - `state_reached_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `type` 'REMOVE', required
    - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `result` AudienceOperationResultResponse, required
      - `anonymous_count` integer
      - `last_update` string — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
      - `member_count` integer
      - `non_processed_count` integer
    - `retry_count` integer, required
  - object
    - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `debug_message` string, required
    - `error_code` 'COLUMN_CONFIGURATION_ERROR' | 'CONFIGURATION_ERROR' | 'EVENTS_EXECUTION_ERROR' | 'EXECUTION_ERROR' | 'INPUT_FILE_ERROR' | 'INTERRUPT' | 'MEMBERS_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'MEMORY_ERROR' | 'MISMATCH_EVENTS_EXECUTION_ERROR' | 'ROW_COUNT_VALIDATION_RETRIES_EXHAUSTED' | 'SOFTWARE_ERROR' | 'STORAGE_ERROR' | 'UNKNOWN', required
    - `error_message` string, required
    - `input_rows_count` integer, required
    - `state` 'BUILDING' | 'CANCELED' | 'EXPIRED' | 'FAILED' | 'PREPARING' | 'READY' | 'VALIDATING', required
    - `state_reached_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `type` 'REPLACE', required
    - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `result` AudienceOperationResultResponse, required
      - `anonymous_count` integer
      - `last_update` string — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
      - `member_count` integer
      - `non_processed_count` integer
    - `retry_count` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.dev/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.dev/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
