---
title: "Retrieve the operations accessible to a a given user."
method: GET
path: "/v4/operations/all"
tags: ["Operations"]
---

# Retrieve the operations accessible to a a given user.

`GET /v4/operations/all`

Retrieve the **operations** accessible to the authenticated user. Filter the results by resource owner if the `resourceOwnerId` query parameter is specified.

## Query parameters

- `resourceOwnerId` string

## Response `200`

Returns the requested operations.

- Operations — A batch of operation results.
  - `results` Operation[], required
    - `id` string, uuid, required — Unique identifier for the operation.
    - `name` string, required — Name of the operation.
    - `resourceOwnerId` string, uuid, required — Unique identifier of the resource owner that owns the Operation.

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
