Skip to main content
GET
Get skill proficiency by user

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Path Parameters

skill_id
string
required

The skill's unique identifier (UUID)

Query Parameters

user_ids
string

Comma-separated user IDs to filter by. When combined with user_emails, results are unioned (all matching users from either list are included).

user_emails
string

Comma-separated user email addresses to filter by. When combined with user_ids, results are unioned (all matching users from either list are included).

group_ids
string

Comma-separated workspace group IDs to filter by

end_date
string<date-time>

Calculate proficiency as of this date (ISO 8601). Defaults to now.

exclude_system_users
boolean
default:false

Exclude sessions from system users (emails ending in @exec.com). Default false.

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
page_size
integer
default:50

Number of results per page (max 100)

Required range: 1 <= x <= 100

Response

Per-user proficiency data for the skill

data
object[]
pagination
object