#### URL Expired

The URL for this request expired after 30 days.

Filter for operation search and operation summary search. All fields are optional. Omitting `Statuses` restricts results to operations not in `Succeeded` or `Failed`. `OperationTypes` entries are operation type strings; see [`OperationTypesResponse`](https://vault.docs.blockdaemon.com/reference/cwpsearchoperations#/components/schemas/OperationTypesResponse) and `GET /restrictions/optypes/*.

### OperationIDs

array of strings

If non-empty, only intents for these operation IDs.

### OperationTypes

array of objects

Filter by stored intent `OperationType` values (human-readable strings, not URL path segments).

### Statuses

array of objects

If non-empty, only operations whose status matches one of these values.

### Responses

# `` 200      OK

# `` 400      Invalid input, validation error, or malformed request

# `` 500      Internal server error. May include an `errorCode` (M-prefixed) and `data` from the MPA error code system. See `cwpapi/errors.go` for codes.

### Example Request

Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/search

```
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/search \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``400``500

Updated 2 months ago
