GET
https://api.discovertext.com/api/v1/projects/{project_id}/buckets
Return Value: A collection of Bucket Items for the project:
{ meta: { count: (item count), offset: (current offset), limit: (current limit) }, items: [ { bucket item }, { bucket item }, ...], links: [ { paging links } ] }