Skip to main content
GET
/
v2
/
projects
/
{project_id}
/
annotation
/
templates
List Annotation Templates
curl --request GET \
  --url https://api.galileo.ai/v2/projects/{project_id}/annotation/templates \
  --header 'Galileo-API-Key: <api-key>'
[
  {
    "name": "<string>",
    "include_explanation": true,
    "criteria": "<string>",
    "constraints": {
      "annotation_type": "<string>"
    },
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "created_by": "<string>",
    "position": 123,
    "usage_count": 123
  }
]

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

project_id
string<uuid4>
required

Response

Successful Response

name
string
required
Required string length: 1 - 255
include_explanation
boolean
required
constraints
object
required
  • LikeDislikeConstraints
  • StarConstraints
  • ScoreConstraints
  • TagsConstraints
  • TextConstraints
id
string<uuid4>
required
created_at
string<date-time>
required
created_by
string<uuid4> | null
required
position
integer
required
usage_count
integer
required

Number of annotation ratings using the template.

criteria
string | null
Minimum length: 1
I