GET
/
api
/
buckets
[
  {
    "id": "<string>",
    "description": "<string>",
    "deletedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdUsing": "<string>",
    "artifacts": "<string>",
    "runs": [
      "https://example.com/"
    ]
  }
]

Authorizations

Authorization
string
header
required

Value for the http bearer parameter.

Query Parameters

page
integer
default:1

The collection page number

model
string

ExtractionBucket model

output_instructions
string

ExtractionBucket output_instructions

Response

200
application/json
ExtractionBucket collection
id
string
description
string | null
deletedAt
string | null
createdAt
string | null
updatedAt
string | null
createdUsing
string
artifacts
string | null
runs
string[]