Skip to documentation
Browse documentation

Discover Ashby company board

Resolve a public Ashby board slug to organization metadata, teams, and listed job count.

Capability ID ashby.company-board-discovery
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

board_slug string required

The final path segment from jobs.ashbyhq.com/<board_slug>.

Example ashby

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
board_slug string ashby
company string Ashby
custom_jobs_page_url string https://www.ashbyhq.com/careers
job_count integer 59
jobs_page_slug string Ashby
organization_id string 4ea5f68e-c33e-4ac9-831a-e732bee4a303
public_website string https://www.ashbyhq.com
teams array 3 items
teams array 3 items

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.