Workable is an all-in-one HR software platform that streamlines hiring, employee data management, time tracking, and payroll.
Tool to delete a department. Use when removing an obsolete or restructured department after confirming dependent resources.
Tool to return the specified account. Use when you need account metadata by subdomain after listing available accounts.
Retrieves all Workable accounts (organizations) accessible to the authenticated user. Returns account details including ID, name, subdomain, description, summary, and website URL. Use this action to discover which Workable accounts you have access to, or to obtain account identifiers needed for other API operations. Requires 'r_jobs' scope.
Tool to retrieve a list of available background check packages from a specified provider. Use after identifying the provider to view available package options.
Retrieves a list of background check providers integrated with your Workable account. Returns provider details including id, name, integration type, connection status, and logo URL. If no providers are configured, returns an empty list.
Retrieve a list of candidates across all jobs in the organization. Returns candidate details including name, email, job, stage, and status. Use this to: list all candidates, filter by specific job/stage/email, or find candidates created/updated after a certain date. Supports pagination via the 'limit' parameter (max 100 per page). For complete candidate details, use the individual candidate endpoint.