Get a session
Fetch a session’s persisted metadata — lifecycle state, mode, provider, and timestamps. Form fields are only carried on the create and answers responses, not here.
Authorizations
API key provided by Jobo
Path Parameters
Session ID
Response
Session metadata
Persisted session metadata returned by GET /api/auto-apply/sessions/{id}. Form fields are only carried on the create/answers responses.
Session identifier.
"6f1d2b3c-4a5e-4f60-9b7a-8c9d0e1f2a3b"
Session lifecycle state.
pending, running, completed, failed, closed "running"
interactive for sessions driven through the sessions API, automated for the browser session behind an application run.
interactive, automated "interactive"
The job application URL the session was started with.
"https://boards.greenhouse.io/acme/jobs/4567890"
Detected ATS provider identifier, or null if not yet detected.
"greenhouse"
Human-readable ATS provider name, or null if not yet detected.
"Greenhouse"
The URL the session's browser was last on.
"https://boards.greenhouse.io/acme/jobs/4567890"
The profile used, when the session belongs to an automated application run.
null
UTC timestamp the session started.
"2026-07-05T10:15:00Z"
UTC timestamp the session finished, or null while it is still open.
null

