Coach Report

Returns a report of Section Coach program engagement including onboarding, progress, and completion. Supports JSON and CSV output. When include_skills or include_use_cases is true, additional dynamic columns are included.

Legacy path: this report was previously served at /v1/reports/profai. That path remains fully supported and returns identical data, so existing integrations do not need to change. New integrations should use /v1/reports/coach.

Terminology: what this endpoint calls "skills" (the SKILL_* CSV columns and skill_* JSON fields surfaced by include_skills) are now called superpowers in the product. The field name is kept for backwards compatibility.

from / to scope: the date range filters the user row set by program completion date. Users whose program completion falls within [from, to] are returned; their per-superpower columns show each user's lifetime completion date for the superpower, regardless of the requested window. To query completions of a specific superpower within a date range, use /v1/reports/employee-superpower-map instead.

Body Params

Start date (ISO 8601 date or datetime). Filters the user row set by program completion date; see the endpoint description for the full scope.

End date (ISO 8601 date or datetime). Filters the user row set by program completion date; see the endpoint description for the full scope.

boolean
Defaults to false

Include per-superpower completion columns. The field is named include_skills for backwards compatibility; "skills" are now called "superpowers" in the product.

boolean
Defaults to false

Include use case data

string
enum
Defaults to json

Response format

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json