Skip to main content
GET
List Alignment Projects

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string | null

Filter by alignment project status

limit
integer
default:10

Number of alignment projects to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of alignment projects to skip

Required range: x >= 0

Response

Returns a summary row per alignment project: identifier, name, base model, status and timestamps.

alignment_projects
AlignmentProjectSummary · object[]
required

The caller's alignment projects, one summary row each.