List annotation queues. Optionally filter by project ID or queue IDs. These parameters are mutually exclusive.
If neither is provided, all queues in the organization are returned.
Arguments
Chaînes de requête
Nom
Type
Description
projectId
string
Filter annotation queues by project ID. Cannot be used together with queueIds.
queueIds
array
Filter annotation queues by queue IDs (comma-separated). Cannot be used together with projectId.
Response containing a list of LLM Observability annotation queues.
Expand All
Champ
Type
Description
data [required]
[object]
List of annotation queues.
attributes [required]
object
Attributes of an LLM Observability annotation queue.
created_at [required]
date-time
Timestamp when the queue was created.
created_by [required]
string
Identifier of the user who created the queue.
description [required]
string
Description of the annotation queue.
modified_at [required]
date-time
Timestamp when the queue was last modified.
modified_by [required]
string
Identifier of the user who last modified the queue.
name [required]
string
Name of the annotation queue.
owned_by [required]
string
Identifier of the user who owns the queue.
project_id [required]
string
Identifier of the project this queue belongs to.
id [required]
string
Unique identifier of the annotation queue.
type [required]
enum
Resource type of an LLM Observability annotation queue.
Allowed enum values: queues
{"data":[{"attributes":{"created_at":"2024-01-15T10:30:00Z","created_by":"00000000-0000-0000-0000-000000000002","description":"Queue for annotating customer support traces","modified_at":"2024-01-15T10:30:00Z","modified_by":"00000000-0000-0000-0000-000000000002","name":"My annotation queue","owned_by":"00000000-0000-0000-0000-000000000002","project_id":"a33671aa-24fd-4dcd-9b33-a8ec7dde7751"},"id":"b5e7f3a1-9c2d-4f8b-a1e6-3d7e9f0a2b4c","type":"queues"}]}
Create a new annotation queue. Only name, project_id, and description are accepted.
Fields such as created_by, owned_by, created_at, modified_by, and modified_at are inferred by the backend.
Data object for creating an LLM Observability annotation queue.
attributes [required]
object
Attributes for creating an LLM Observability annotation queue.
description
string
Description of the annotation queue.
name [required]
string
Name of the annotation queue.
project_id [required]
string
Identifier of the project this queue belongs to.
type [required]
enum
Resource type of an LLM Observability annotation queue.
Allowed enum values: queues
{"data":{"attributes":{"description":"Queue for annotating customer support traces","name":"My annotation queue","project_id":"a33671aa-24fd-4dcd-9b33-a8ec7dde7751"},"type":"queues"}}
Response containing a single LLM Observability annotation queue.
Expand All
Champ
Type
Description
data [required]
object
Data object for an LLM Observability annotation queue.
attributes [required]
object
Attributes of an LLM Observability annotation queue.
created_at [required]
date-time
Timestamp when the queue was created.
created_by [required]
string
Identifier of the user who created the queue.
description [required]
string
Description of the annotation queue.
modified_at [required]
date-time
Timestamp when the queue was last modified.
modified_by [required]
string
Identifier of the user who last modified the queue.
name [required]
string
Name of the annotation queue.
owned_by [required]
string
Identifier of the user who owns the queue.
project_id [required]
string
Identifier of the project this queue belongs to.
id [required]
string
Unique identifier of the annotation queue.
type [required]
enum
Resource type of an LLM Observability annotation queue.
Allowed enum values: queues
{"data":{"attributes":{"created_at":"2024-01-15T10:30:00Z","created_by":"00000000-0000-0000-0000-000000000002","description":"Queue for annotating customer support traces","modified_at":"2024-01-15T10:30:00Z","modified_by":"00000000-0000-0000-0000-000000000002","name":"My annotation queue","owned_by":"00000000-0000-0000-0000-000000000002","project_id":"a33671aa-24fd-4dcd-9b33-a8ec7dde7751"},"id":"b5e7f3a1-9c2d-4f8b-a1e6-3d7e9f0a2b4c","type":"queues"}}
Response containing a single LLM Observability annotation queue.
Expand All
Champ
Type
Description
data [required]
object
Data object for an LLM Observability annotation queue.
attributes [required]
object
Attributes of an LLM Observability annotation queue.
created_at [required]
date-time
Timestamp when the queue was created.
created_by [required]
string
Identifier of the user who created the queue.
description [required]
string
Description of the annotation queue.
modified_at [required]
date-time
Timestamp when the queue was last modified.
modified_by [required]
string
Identifier of the user who last modified the queue.
name [required]
string
Name of the annotation queue.
owned_by [required]
string
Identifier of the user who owns the queue.
project_id [required]
string
Identifier of the project this queue belongs to.
id [required]
string
Unique identifier of the annotation queue.
type [required]
enum
Resource type of an LLM Observability annotation queue.
Allowed enum values: queues
{"data":{"attributes":{"created_at":"2024-01-15T10:30:00Z","created_by":"00000000-0000-0000-0000-000000000002","description":"Queue for annotating customer support traces","modified_at":"2024-01-15T10:30:00Z","modified_by":"00000000-0000-0000-0000-000000000002","name":"My annotation queue","owned_by":"00000000-0000-0000-0000-000000000002","project_id":"a33671aa-24fd-4dcd-9b33-a8ec7dde7751"},"id":"b5e7f3a1-9c2d-4f8b-a1e6-3d7e9f0a2b4c","type":"queues"}}