Log Search
Get log search catalog
Returns the Logs V2 source list, supported filter keys, and detail fields for the project associated with your API key.
GET
/
log_search
/
catalog
Get log search catalog
curl --request GET \
--url https://api.kapso.ai/platform/v1/log_search/catalog \
--header 'X-API-Key: <api-key>'{
"data": {
"available": true,
"catalog": {
"sources": [
{
"value": "all",
"label": "All sources",
"color": "transparent",
"aliases": [
"all"
]
},
{
"value": "external_api_log",
"label": "API",
"color": "#2563eb",
"aliases": [
"api",
"external_api_log"
]
}
],
"filter_suggestions": [
{
"key": "endpoint",
"label": "endpoint:",
"description": "API endpoint contains text",
"param_key": "endpoint_contains",
"sources": [
"external_api_log"
]
}
],
"detail_fields": [
"flow_execution_id",
"event_type",
"endpoint",
"response_status"
]
}
}
}Was this page helpful?
⌘I
Get log search catalog
curl --request GET \
--url https://api.kapso.ai/platform/v1/log_search/catalog \
--header 'X-API-Key: <api-key>'{
"data": {
"available": true,
"catalog": {
"sources": [
{
"value": "all",
"label": "All sources",
"color": "transparent",
"aliases": [
"all"
]
},
{
"value": "external_api_log",
"label": "API",
"color": "#2563eb",
"aliases": [
"api",
"external_api_log"
]
}
],
"filter_suggestions": [
{
"key": "endpoint",
"label": "endpoint:",
"description": "API endpoint contains text",
"param_key": "endpoint_contains",
"sources": [
"external_api_log"
]
}
],
"detail_fields": [
"flow_execution_id",
"event_type",
"endpoint",
"response_status"
]
}
}
}
