---
title: "List a company's pending actions"
method: GET
path: "/v1/companies/{company_id}/actions"
tags: ["Company Management"]
---

# List a company's pending actions

`GET /v1/companies/{company_id}/actions`

Given a company ID, returns the company-level actions still pending for the company — for
example company verification and Remote Payments setup. The list can be empty or contain one
or more actions; `setup_remote_payments` is returned once per legal entity that needs it.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View companies (`company:read`) | Manage companies (`company:write`) |

## Path parameters

- `company_id` string, required

## Response `200`

Success

- CompanyActionsResponse — Lists a company's pending actions
  - `data` object, required
    - `actions` CompanyAction[]
      - `legal_entity_id` string, nullable — The legal entity that needs Remote Payments setup. Present only for setup_remote_payments actions.
      - `required` boolean, required — Whether the action must be completed.
      - `type` 'verify_company' | 'setup_remote_payments', required — The action the company still needs to complete.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too many requests

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/versions/7e6a0c61ac82/schema)
