---
title: "Get business connections by directory type"
method: GET
path: "/business-connections/{directoryType}"
tags: ["Business Connections"]
---

# Get business connections by directory type

`GET /business-connections/{directoryType}`

Retrieves a list of businesses and their connection types for a specific directory type. Returns up to 50 entries that match the optional filter criteria.

## Path parameters

- `directoryType` string, required

## Query parameters

- `searchQuery` string
- `max` integer
- `offset` integer

## Response `200`

Successfully retrieved business connections

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found
- `500` — Internal Server Error - An unexpected error occurred on the server

---

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