Skip to documentation
Browse documentation

Get Ashby application form schema

Retrieve the visible public application-form sections and fields for a listed Ashby job.

Capability ID ashby.application-form-schema
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

board_slug string required

No additional description is provided for this parameter.

Example ashby
job_id string required

No additional description is provided for this parameter.

Example 0f5dbf59-687b-4d88-88a7-73ee0a66b48d

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
controls array 1 items
controls array 1 items
form_id string 55e5f91f-1bea-4d76-9af2-b539fa929b0a
job_id string 0f5dbf59-687b-4d88-88a7-73ee0a66b48d
sections array 2 items
sections array 2 items

Execution behavior

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