---
title: "List Company Verifications"
method: GET
path: "/verifications/companies"
tags: ["Company Verification"]
---

# List Company Verifications

`GET /verifications/companies`

Returns the list of all Company Verifications within your organization. You can limit the number of items returned by using filters and pagination. Consult our [guide](https://developers.youtrust.com/docs/company-verification) for more details and examples.

## Query parameters

- `after` string
- `limit` integer
- `status` object — Filter by status.
- `workspace_id` object — Filter by workspace_id.

## Response `200`

OK

- GetVerificationsCompanies200Response
  - `meta` Pagination — Metadata about the response.
    - `next_cursor` string, nullable, required — Token to get the next page of results. If `null`, there are no more pages.
  - `data` CompanyMeta[]
    - `id` string, uuid, required — The unique identifier for a resource.
    - `workspace_id` string, uuid, required — The Workspace ID in which the verification has been created.
    - `created_at` string, date-time, required — Creation date of the Company Verification.
    - `updated_at` string, date-time, required — Update date of the Company Verification.
    - `status` 'pending' | 'awaiting_data' | 'verified' | 'failed' | 'inconclusive', required — Status of the Company Verification.
    - `data_anonymized` boolean — Indicates if the company data has been anonymized. If set to `true`, all fields in the `data` field are set to NULL.
    - `workflow_session_id` string, uuid, nullable, required — Unique identifier of a Workflow Session. When provided, an Action is created in the Workflow Session, and this resource is associated with that Action.
    - `previous_attempt_id` string, uuid, nullable, required — ID of the previous attempt within the same `workflow_session_id`. Allows continuity between multiple attempts of the same Action. Null if this is the first attempt.
    - `applicant_id` string, uuid, nullable, required — Unique identifier of an Applicant.

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `405` — This method is not allowed
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/versions/8d258c0b45d6/schema)
