Python
from kombo import Kombo with Kombo( integration_id="workday:HWUTwvyx2wLoSUHphiWVrp28", api_key="<YOUR_BEARER_TOKEN_HERE>", ) as k_client: res = k_client.assessment.get_packages() # Handle response print(res)
200
example1
{ "status": "success", "data": { "packages": [ { "id": "1001", "name": "TypeScript", "description": "TypeScript coding skills assessments", "updated_at": "2023-06-29T18:47:40.890Z", "type": "SKILLS_TEST" } ] }}
Get all available assessment and background check packages for an integration.
Create an API key on the Secrets page in the Kombo dashboard.
ID of the integration you want to interact with.
GET /assessment/packages Positive response
"success"
Show child attributes
YYYY-MM-DDTHH:mm:ss.sssZ
BEHAVIORAL
VIDEO_INTERVIEW
SKILLS_TEST
BACKGROUND_CHECK
REFERENCE_CHECK
Was this page helpful?