/
KA
kapetan-io
/
Querator API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1m ago · Updated 2mo ago
Details
Filter operations
Querator V1
13
post
Produce an item on a queue
post
Reserve messages from the queue
post
Defer a message to be retried
post
Complete reserved items
post
List all available queues
post
Create a queue
post
Update a queue
post
Get Info about a queue
post
Fetch stats for a queue
post
Clear a queue
post
List Items in a Partition
post
Import Items to a Partition
post
Delete items from a partition
Querator V1
Import Items to a Partition
Import items into a partition
post
/v1/storage/items.import
Request body
StorageItemsImportRequest
required
queue_name
string
required
partition
integer
required
items
StorageItem[]
required
Response
StorageItem[]
required
id
string
required
is_reserved
boolean
required
reserve_deadline
string
required
dead_deadline
string
required
created_at
string
required
updated_at
string
required
attempts
integer
required
max_attempts
integer
required
reference
string
required
encoding
string
required
kind
string
required
payload
string
required
Changes