Store Query

Query entities with filters.

Example: POST /pulse/store/query { “type”: “file”, “tags”: [“folder:marketing”], “filter”: { “completed”: false }, “limit”: 50 }

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
typestring or nullOptional
Filter by entity type
filtermap from strings to any or nullOptional
Filter by data fields
tagslist of strings or nullOptional

Filter by tags (must have ALL specified tags)

limitintegerOptionalDefaults to 100
Max results
include_deletedbooleanOptionalDefaults to false

Include soft-deleted entities

Response

Successful Response
okboolean or nullDefaults to true
entityobject or null
Single entity response
entitieslist of objects or null
messagestring or null

Errors