Skip to main content
Every asyncinterview.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Jobs

delete

jobs.delete Deletes an interview job permanently. Risk: destructive
Input Output

list

jobs.list Retrieves a list of all interview jobs. Risk: read
Input: empty object Output: object[]

listResponses

jobs.listResponses Retrieves all interview responses with candidate details. Risk: read
Input Output: object[]

update

jobs.update Updates an existing interview job’s details after creation. Risk: write
Input Output