Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/annotation_queues/query \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"name": "Error",
"sort_by": [
{
"field": "<string>",
"direction": "asc"
}
],
"limit": 10,
"offset": 0
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Interroger les files d’attente d’annotation d’un projet (réponse NDJSON en streaming).
curl --request POST \
--url https://api.example.com/annotation_queues/query \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"name": "Error",
"sort_by": [
{
"field": "<string>",
"direction": "asc"
}
],
"limit": 10,
"offset": 0
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Requête pour interroger les files d'attente d’annotation d’un projet.
"entity/project"
Filtre par nom de file d'attente (correspondance partielle insensible à la casse)
"Error"
Tri par plusieurs champs (par ex., created_at, updated_at, name)
Show child attributes
10
0
Réponse réussie
Cette page vous a-t-elle été utile ?