---
title: "api/accounts/:subdomain"
method: GET
path: "/accounts/{subdomain}"
---

# api/accounts/:subdomain

`GET /accounts/{subdomain}`

Returns a collection of the public jobs for an account

## Path parameters

- `subdomain` string, required

## Query parameters

- `details` boolean

## Response `200`

200

- object
  - `name` string
  - `description` string
  - `jobs` object[]
    - `title` string
    - `code` string
    - `shortcode` string
    - `country` string
    - `state` string
    - `city` string
    - `department` string
    - `telecommuting` boolean
    - `published_on` string
    - `url` string
    - `application_url` string
    - `shortlink` string
    - `created_at` string
    - `description` string
    - `employment_type` string
    - `industry` string
    - `function` string
    - `experience` string
    - `education` string

## Other responses

- `404` — 404

---

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