GetTagsResponseSchema
datasets object[]required
Dataset objects associated with the queried tag.
Optional user-provided description of the dataset.
Filtering criteria (tags, models, date range) used to select the logs in the dataset.
Unique identifier of the dataset, used to delete it via the Delete Dataset endpoint.
User-defined name of the dataset.
Identifier of the user who created the dataset.
Total number of log records included in the dataset.
Timestamp indicating when the dataset was created.
Domain or category the dataset belongs to.
When true, the dataset is a built-in sample dataset rather than a user-created one.
ID of the organization that owns this dataset.
Total size of the dataset in bytes.
Timestamp indicating when the dataset was last updated, or null if never updated.
List of tag name strings.
Total number of training log entries associated with this tag.
Indicates the result of the operation. Typically "success".
{
"datasets": [
{
"description": "string",
"filters": {},
"id": 0,
"name": "string",
"user_id": 0,
"total_logs": 0,
"created_at": null,
"domain": "",
"is_sample": false,
"organization_id": 0,
"size": 0,
"updated_at": null
}
],
"message": [
"string"
],
"total_logs": 0,
"status": "success"
}