# List operations **GET /v1/operations** List operations. This is a generic endpoint and can be used to list any type of operation. ## Servers - Control Plane API: https://api.redpanda.com (Control Plane API) ## Authentication methods - Auth0 ## Parameters ### Query parameters - **filter.type_in** (array[string]) - **filter.state** (string) - **filter.resource_id** (string) - **page_size** (integer(int32)) Limit the number of operations returned per page, the page is capped to 100 operations. - **page_token** (string) Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested. - **read_mask** (string) ## Responses ### 200 OK #### Body: application/json (object) - **next_page_token** (string) Page Token to fetch the next page. The value can be used as next_page_token in the next call to this endpoint. since the pagination is cursor based the last page will be encountered when the next page token is not set and the operations list is empty. - **operations** (array[object]) Operations matching the request ### 500 Internal Server Error. Please reach out to support. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. ### default An unexpected error response. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. [Powered by Bump.sh](https://bump.sh)