We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b07e5 commit 62bb4e7Copy full SHA for 62bb4e7
apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@keys.yaml
@@ -38,6 +38,19 @@ get:
38
type: number
39
format: double
40
example: 100
41
+ - name: collection
42
+ in: query
43
+ description: Limit the results to keys that belong to a specific collection from the key-value store schema.
44
+ The key-value store need to have a schema defined for this parameter to work.
45
+ schema:
46
+ type: string
47
+ example: postImages
48
+ - name: prefix
49
50
+ description: Limit the results to keys that start with a specific prefix.
51
52
53
+ example: post-images-
54
responses:
55
'200':
56
description: ''
0 commit comments