Submit session answers
Fill the current page’s fields and advance the flow. The response is the updated session state: next_available pages return the next page’s fields; validation problems come back in validation_errors with status unchanged; when the last page is accepted the application is submitted and status becomes submitted. Repeat until is_terminal is true.
Authorizations
API key provided by Jobo
Path Parameters
Session ID
Body
Answers for the current page's form fields. At least one is required.
Response
The updated session state
The live state of an interactive session, returned by session create and answer submissions. fields carries the current page's form fields. When status is redirect_required, start a new session with redirect_url.
Session identifier. Use it in the answers, get, and end endpoints.
"6f1d2b3c-4a5e-4f60-9b7a-8c9d0e1f2a3b"
Detected ATS provider identifier (e.g. greenhouse, lever, ashby).
"greenhouse"
Human-readable ATS provider name.
"Greenhouse"
The flow state of an interactive session. form_ready, next_available, and submit_ready are active states; submitted, login_required, captcha_required, expired, redirected, redirect_required, and error are terminal (is_terminal = true). login_required, captcha_required, redirected, and redirect_required are reserved — those situations report error until dedicated detection ships; treat the enum as open.
form_ready, next_available, submit_ready, submitted, login_required, captcha_required, expired, redirected, redirect_required, error "form_ready"
True when the session is finished and no further answer submissions are possible.
false
Human-readable error detail when status is error.
null
The URL the session's browser is currently on.
"https://boards.greenhouse.io/acme/jobs/4567890"
Field-level problems reported by the ATS form after an answers submission.
The current page's form fields to answer.
When status is redirect_required — the application continues on a different ATS. Start a new session with this URL.
null
When status is redirect_required — the provider expected to handle the redirect.
null

