AlgoSeek BucketUpdate API
The BucketUpdate API from AlgoSeek — 4 operation(s) for bucketupdate.
The BucketUpdate API from AlgoSeek — 4 operation(s) for bucketupdate.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/algoseek-bucketupdate-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: metadata-api AWSAccount Bucket Update API
version: '1.2'
servers:
- url: https://metadata-services.algoseek.com/api/v1
description: Base URL reconciled from apis.yml
tags:
- name: BucketUpdate
paths:
/api/v1/internal/bucket_update/:
get:
tags:
- BucketUpdate
summary: List Bucket Updates
description: Get a list of all bucket updates
operationId: get_buckets_updates_internal_api_v1_internal_bucket_update__get
parameters:
- required: false
schema:
title: Is Active
type: boolean
name: is_active
in: query
- required: false
schema:
title: Is Public
type: boolean
name: is_public
in: query
responses:
'200':
description: Successful Response
content:
application/json:
schema:
title: Response Get Buckets Updates Internal Api V1 Internal Bucket Update Get
type: array
items:
$ref: '#/components/schemas/BucketUpdatesOutAdmin'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
post:
tags:
- BucketUpdate
summary: Add Bucket Updates
description: Add a new bucket updates
operationId: create_bucket_updates_api_v1_internal_bucket_update__post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesCreate'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesOutAdmin'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
/api/v1/internal/bucket_update/{bucket_updates_id}/:
get:
tags:
- BucketUpdate
summary: Get Bucket Updates
description: Get Bucket Updates details by id
operationId: get_bucket_updates_internal_api_v1_internal_bucket_update__bucket_updates_id___get
parameters:
- required: true
schema:
title: Bucket Updates Id
type: integer
name: bucket_updates_id
in: path
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesOutAdmin'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
put:
tags:
- BucketUpdate
summary: Update bucket updates
description: Update bucket updates details by id
operationId: update_bucket_updates_api_v1_internal_bucket_update__bucket_updates_id___put
parameters:
- required: true
schema:
title: Bucket Updates Id
type: integer
name: bucket_updates_id
in: path
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesUpdate'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesOutAdmin'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
delete:
tags:
- BucketUpdate
summary: Delete bucket updates
description: Delete a bucket updates record
operationId: delete_bucket_updates_api_v1_internal_bucket_update__bucket_updates_id___delete
parameters:
- required: true
schema:
title: Bucket Updates Id
type: integer
name: bucket_updates_id
in: path
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesOutAdmin'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
/api/v1/public/bucket_update/{bucket_updates_id}/:
get:
tags:
- BucketUpdate
summary: Get Bucket Updates
description: Get Bucket Updates details by id
operationId: get_bucket_updates_public_api_v1_public_bucket_update__bucket_updates_id___get
parameters:
- required: true
schema:
title: Bucket Updates Id
type: integer
name: bucket_updates_id
in: path
responses:
'200':
description: Successful Response
content:
application/json:
schema:
$ref: '#/components/schemas/BucketUpdatesOutPublic'
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
/api/v1/public/bucket_update/:
get:
tags:
- BucketUpdate
summary: List Bucket Updates
description: Get a list of all bucket updates
operationId: get_buckets_updates_public_api_v1_public_bucket_update__get
responses:
'200':
description: Successful Response
content:
application/json:
schema:
title: Response Get Buckets Updates Public Api V1 Public Bucket Update Get
type: array
items:
$ref: '#/components/schemas/BucketUpdatesOutPublic'
security:
- HTTPBearer: []
components:
schemas:
ValidationError:
title: ValidationError
required:
- loc
- msg
- type
type: object
properties:
loc:
title: Location
type: array
items:
anyOf:
- type: string
- type: integer
msg:
title: Message
type: string
type:
title: Error Type
type: string
BucketUpdatesCreate:
title: BucketUpdatesCreate
type: object
properties:
interval:
title: Interval
type: string
days_offset:
title: Days Offset
type: integer
public_time:
title: Public Time
type: string
size_human:
title: Size Human
type: string
num_objects_human:
title: Num Objects Human
type: string
expected_time:
title: Expected Time
type: string
intraday_period_minutes:
title: Intraday Period Minutes
type: integer
duration_minutes:
title: Duration Minutes
type: integer
source:
title: Source
type: string
size_bytes:
title: Size Bytes
type: integer
num_objects:
title: Num Objects
type: integer
path_prefix:
title: Path Prefix
type: string
regex_structure:
title: Regex Structure
type: string
is_active:
title: Is Active
type: boolean
is_public:
title: Is Public
type: boolean
notes:
title: Notes
type: string
BucketUpdatesOutAdmin:
title: BucketUpdatesOutAdmin
required:
- is_active
- is_public
- id
- created
- modified
type: object
properties:
interval:
title: Interval
type: string
days_offset:
title: Days Offset
type: integer
public_time:
title: Public Time
type: string
size_human:
title: Size Human
type: string
num_objects_human:
title: Num Objects Human
type: string
expected_time:
title: Expected Time
type: string
intraday_period_minutes:
title: Intraday Period Minutes
type: integer
duration_minutes:
title: Duration Minutes
type: integer
source:
title: Source
type: string
size_bytes:
title: Size Bytes
type: integer
num_objects:
title: Num Objects
type: integer
path_prefix:
title: Path Prefix
type: string
regex_structure:
title: Regex Structure
type: string
is_active:
title: Is Active
type: boolean
is_public:
title: Is Public
type: boolean
notes:
title: Notes
type: string
id:
title: Id
type: integer
created:
title: Created
type: string
format: date-time
modified:
title: Modified
type: string
format: date-time
bucket_group:
title: Bucket Group
type: integer
BucketUpdatesOutPublic:
title: BucketUpdatesOutPublic
required:
- id
type: object
properties:
interval:
title: Interval
type: string
days_offset:
title: Days Offset
type: integer
public_time:
title: Public Time
type: string
size_human:
title: Size Human
type: string
num_objects_human:
title: Num Objects Human
type: string
id:
title: Id
type: integer
bucket_group:
title: Bucket Group
type: integer
BucketUpdatesUpdate:
title: BucketUpdatesUpdate
type: object
properties:
interval:
title: Interval
type: string
days_offset:
title: Days Offset
type: integer
public_time:
title: Public Time
type: string
size_human:
title: Size Human
type: string
num_objects_human:
title: Num Objects Human
type: string
expected_time:
title: Expected Time
type: string
intraday_period_minutes:
title: Intraday Period Minutes
type: integer
duration_minutes:
title: Duration Minutes
type: integer
source:
title: Source
type: string
size_bytes:
title: Size Bytes
type: integer
num_objects:
title: Num Objects
type: integer
path_prefix:
title: Path Prefix
type: string
regex_structure:
title: Regex Structure
type: string
is_active:
title: Is Active
type: boolean
is_public:
title: Is Public
type: boolean
notes:
title: Notes
type: string
HTTPValidationError:
title: HTTPValidationError
type: object
properties:
detail:
title: Detail
type: array
items:
$ref: '#/components/schemas/ValidationError'
securitySchemes:
HTTPBearer:
type: http
scheme: bearer