application_id. Start with list_applications or get_application. Agents call the same tools on MCP.
By default, list_applications returns status=new, visibility=active, and hides knockout failures.
Change status
Statuses arenew, considering, interviewing, hired, or rejected. set_status moves one row. It does not send email.
Useful filters on list:
status=allfor every open statusview=interviewsfor booked and not startedview=offersfor pending and not expiredsinceas an ISO-8601 datetime onapplied_at
Archive a row
Archive is not a status.visibility is active, archived, or all.
Call set_status with archived: true to hide the row, or false to restore it. That works on HTTP and on MCP.
Read answers, markdown, and the resume
get_application includes answers.- Send
Accept: text/markdownfor the markdown form, or callget_application_markdownon MCP. - GET the resume path for the PDF. That path accepts a session or a company API key.