Search scorecard templates
Search and filter scorecard templates (the assessment rubrics used to score candidates) with pagination and sorting.
Filters: keywords (substring match on name or description), job_id (return templates scoped to a specific job — pair with include_org_wide to also include org-wide templates), created_by_ids (team members who created the template), is_archived (defaults to false).
Sorting: sort_by — created_at (default), updated_at, or name. sort_order — asc or desc (default).
Pagination: offset and limit (max 100).
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Body
Records to skip for pagination. Defaults to 0.
x >= 0Max records per page (1–100). Defaults to 100.
1 <= x <= 100Case-insensitive substring match on template name or description.
Return only templates scoped to this job UUID. Pair with include_org_wide to also include org-wide templates.
When true and job_id is provided, also return org-wide (job_id IS NULL) templates. Defaults to false.
Filter by creator team member UUIDs. Get IDs from GET /v1/team-members.
Filter by archived status. Defaults to false (active templates only).
Column to sort by. One of: created_at (default), updated_at, name.
created_at, updated_at, name Sort direction. Defaults to desc.
asc, desc