POST /blueprintactivity/search
Search blueprint execution activity and logs
Search blueprint execution activity and logs
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| _sourceoptional | string | | Fields to include/exclude in results |
| aggsoptional | object | {} | Aggregations for analytics |
| booloptional | object | ... and more | Boolean queries for complex logic |
| countoptional | boolean | | Return only count instead of documents |
| existsoptional | object | | Check if field exists |
| fromoptional | integer | | Starting position for pagination |
| highlightoptional | object | {} | Highlight matching text |
| include_hitsoptional | boolean | | Include hit details in paginated results |
| matchoptional | object | | Full-text match queries |
| rangeoptional | object | | Range queries for dates, numbers |
| sizeoptional | integer | | Number of results to return |
| sortoptional | array | [{"created":{"order":"desc"}}, ...] | Sort criteria |
| termoptional | object | | Term queries for exact matches |
| termsoptional | object | | Terms queries for multiple exact matches |
| wildcardoptional | object | | Wildcard pattern matching |
{}{
"code": 401,
"error": "INVALID_ACCESS_TOKEN"
}| Status | Error Code | Description |
|---|---|---|
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
blueprintactivity_view | Required scope: blueprintactivity_view |
Back to Blueprint Activity Return to the Blueprint Activity category to view other endpoints All API Categories Browse all available API categories
