Skip to main content
GET
List of Language AI profiles

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Query Parameters

name
string

Filter by profile name

sort
enum<string>
default:name

Field to sort results by

Available options:
name,
dateCreated,
createdBy,
projects
order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc
pageNumber
integer<int32>
default:0

Page number, starting with 0

Required range: x >= 0
pageSize
integer<int32>
default:10

Page size; accepts values between 1 and 50

Required range: 1 <= x <= 50
includeProjects
boolean
default:true

When true, populate the projects and project count fields on each profile

type
enum<string>
default:PLAI

Profile kind to filter by. PLAI (Phrase Language AI) is the standard multi-engine profile; QUOKKA is a single-engine profile with a fixed model shape.

Available options:
PLAI,
QUOKKA

Response

OK

content
object[]
numberOfElements
integer<int32>
pageNumber
integer<int32>
pageSize
integer<int32>
sort
object
totalElements
integer<int32>
totalPages
integer<int32>