# Retrieve a list of companies Note: For now pagination is not implemented Endpoint: GET /companies Version: 2.51.0 Security: OAuth2 ## Response 200 fields (application/json): - `data` (array, required) - `data.name` (string, required) Example: "Companies Name Inc." - `data.id` (string, required) Example: "63e6663823b4c1f5287398bb" - `data.active` (boolean, required) Example: true - `data.createdAt` (string, required) Example: "1990-12-31T15:46:19.384990Z" - `limit` (integer, required) Example: 20 - `offset` (integer, required) - `totalCount` (integer, required) Example: 1000 ## Response 422 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 429 fields