# Get an Agency

Get an agency by ID

Endpoint: GET /agencies/{agency_id}
Version: 3.0.1807
Security: Auth0

## Query parameters:

  - `extended` (boolean)
    Get extended properties in response

## Path parameters:

  - `agency_id` (integer, required)
    Numeric ID of the agency to get

## Response 400 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)


