List annotations for a dataset
Authorization
BearerApiKey AuthorizationBearer <token>
API key from workspace settings
In: header
Path Parameters
componentId*string
Format
uuiddatasetId*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/datasets/497f6eca-6276-4993-bfeb-53cbbbba6f08/annotations"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"traceDbId": "string",
"userId": "string",
"rating": "string",
"comment": "string",
"createdAt": "string"
}
]
}{
"error": "string"
}