Interface ActionsDatastoresApiListDatastoreItemsRequest

Hierarchy

  • ActionsDatastoresApiListDatastoreItemsRequest

Properties

datastoreId: string

The unique identifier of the datastore to retrieve.

filter?: string

Optional query filter to search items using the logs search syntax.

itemKey?: string

Optional primary key value to retrieve a specific item. Cannot be used together with the filter parameter.

pageLimit?: number

Optional field to limit the number of items to return per page for pagination. Up to 100 items can be returned per page.

pageOffset?: number

Optional field to offset the number of items to skip from the beginning of the result set for pagination.

sort?: string

Optional field to sort results by. Prefix with '-' for descending order (e.g., '-created_at').

Generated using TypeDoc