/
KA
kapetan-io
/
Querator API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 47m 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
Delete items from a partition
post
/v1/storage/items.delete
Request body
StorageItemsDeleteRequest
required
queue_name
string
required
ids
string[]
required
Response
Reply
required
code
integer
required
code_text
string
required
message
string
required
details
object
required
Changes