> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# dlq_errors

> sift/dlq_errors/v2/dlq_errors.proto

<a name="sift_dlq_errors_v2_dlq_errors-proto" />

<a name="sift_dlq_errors_v2_dlq_errors-proto-services" />

## Services

*RPC methods exposed by this API.*

### DlqErrorsService

| Method        | Request                                       | Response                                        | Description |
| :------------ | :-------------------------------------------- | :---------------------------------------------- | :---------- |
| ListDlqErrors | [ListDlqErrorsRequest](#listdlqerrorsrequest) | [ListDlqErrorsResponse](#listdlqerrorsresponse) |             |

<a name="sift_dlq_errors_v2_dlq_errors-proto-messages" />

## Messages

*Data models used across requests/responses.*

### ErrorSummary

| Field                  | Type                      | Label    | Description |
| :--------------------- | :------------------------ | :------- | :---------- |
| count                  | uint64                    |          |             |
| asset\_name            | string                    | optional |             |
| min\_timestamp         | google.protobuf.Timestamp |          |             |
| max\_timestamp         | google.protobuf.Timestamp |          |             |
| dlq\_parquet\_file\_id | string                    |          |             |
| created\_date          | google.protobuf.Timestamp |          |             |
| modified\_date         | google.protobuf.Timestamp |          |             |

### ListDlqErrorsRequest

| Field       | Type   | Label | Description                                                                                                                                                                                                                                                                                                                                                                                                                           |
| :---------- | :----- | :---- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| page\_size  | uint32 |       | The maximum number of errors values to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.                                                                                                                                                                                                                |
| page\_token | string |       | A page token, received from a previous `ListDlqErrors` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDlqErrors` must match the call that provided the page token.                                                                                                                                                                                                        |
| filter      | string |       | A Common Expression Language (CEL, [https://github.com/google/cel-spec](https://github.com/google/cel-spec)) filter string. Available tag variables are: - min\_timestamp - max\_timestamp - asset\_id                                                                                                                                                                                                                                |
| order\_by   | string |       | How to order the retrieved campaigns. Formatted as a comma-separated string i.e. "FIELD\_NAME\[ desc],...". Available fields to order\_by are `min_timestamp`, `max_timestamp`, and `asset_id`. If left empty, items are ordered by `min_timestamp` in ascending order (oldest-first). For more information about the format of this field, read [this](https://google.aip.dev/132#ordering) Example: "asset\_id desc,min\_timestamp" |

### ListDlqErrorsResponse

| Field             | Type                          | Label    | Description |
| :---------------- | :---------------------------- | :------- | :---------- |
| error\_summaries  | [ErrorSummary](#errorsummary) | repeated |             |
| next\_page\_token | string                        |          |             |

<a name="sift_dlq_errors_v2_dlq_errors-proto-enums" />

## Enums

*Allowed constant values used in message fields.*
