Skip to main content
GET
/
v1
/
qualityProfiles
List Quality Profiles
curl --request GET \
  --url https://eu.phrase.com/quality-evaluator/v1/qualityProfiles \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "uid": "6804b1c2d3e4f5a6b7c80123",
      "name": "Marketing Content Profile",
      "aiCheckUids": [
        "6804a3f2e1b2c3d4e5f60789",
        "6804a3f2e1b2c3d4e5f6078a"
      ],
      "createdDate": "2024-01-15T10:30:00Z",
      "lastModifiedDate": "2024-03-20T14:45:00Z",
      "createdByUid": "6804c9d0e1f2a3b4c5d60456"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token obtained from Phrase Platform authentication. See the Authentication guide for details on how to obtain a token.

Query Parameters

sort
enum<string>
default:name

Field to sort by.

Available options:
name,
uid,
createdDate,
lastModifiedDate,
createdByUid
order
enum<string>
default:asc

Sort order.

Available options:
asc,
desc
createdByUid
string

Filter by the UID of the user who created the profile.

name
string

Filter by name (case-insensitive, partial match).

Response

List of Quality Profiles.

items
object[]
required