DiscoverText API - Bucket Item Details

GET
https://api.discovertext.com/api/v1/buckets/{bucket_id}
Return Value: A bucket item
{
    "id": {bucket id},
    "name": "{bucket name}",
    "description": "{bucket description}",
    "timestamp": "{iso timestamp when created}",
    "href": "{link to this item}",
    "links": [
        {
            "name": "units",
            "href": "{link to bucket units}"
        }
    ]
}