Skip to main content
POST
Search scorecard templates

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Body

application/json
offset
integer | null
default:0

Records to skip for pagination. Defaults to 0.

Required range: x >= 0
limit
integer
default:100

Max records per page (1–100). Defaults to 100.

Required range: 1 <= x <= 100
keywords
string[]

Case-insensitive substring match on template name or description.

job_id
string<uuid>

Return only templates scoped to this job UUID. Pair with include_org_wide to also include org-wide templates.

include_org_wide
boolean
default:false

When true and job_id is provided, also return org-wide (job_id IS NULL) templates. Defaults to false.

created_by_ids
string<uuid>[]

Filter by creator team member UUIDs. Get IDs from GET /v1/team-members.

is_archived
boolean
default:false

Filter by archived status. Defaults to false (active templates only).

sort_by
enum<string>
default:created_at

Column to sort by. One of: created_at (default), updated_at, name.

Available options:
created_at,
updated_at,
name
sort_order
enum<string>
default:desc

Sort direction. Defaults to desc.

Available options:
asc,
desc

Response

Scorecard templates found

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required