Bigeye Observability API

The Bigeye Observability API covers monitoring and data quality: metrics (monitors) and metric templates, custom SQL rules, autometrics, backfills and batch metric runs, collections of monitors, deltas and comparison tables for cross-source validation, joins, observed columns, data quality dimensions, and the issue lifecycle including merging issues into incidents.

OpenAPI Specification

bigeye-observability-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"title":"Observability","version":"version not set"},"paths":{"/api/v1/collections/{collectionId}":{"delete":{"operationId":"CollectionService_DeleteCollection","parameters":[{"in":"path","name":"collectionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete collection","tags":["CollectionService"]},"get":{"operationId":"CollectionService_GetCollection","parameters":[{"in":"path","name":"collectionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCollectionsResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get specific collection","tags":["CollectionService"]},"put":{"operationId":"CollectionService_EditCollection","parameters":[{"in":"path","name":"collectionId","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"$ref":"#/components/requestBodies/generatedEditCollectionRequest"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEditCollectionResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Edit collection","tags":["CollectionService"]}},"/api/v1/collections/info/{collectionId}":{"get":{"operationId":"CollectionService_GetCollectionInfo","parameters":[{"in":"path","name":"collectionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCollectionInfoResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get collection information","tags":["CollectionService"]}},"/api/v1/collections/info":{"get":{"operationId":"CollectionService_GetCollectionInfos","parameters":[{"in":"query","name":"workspaceId","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetAllCollectionInfosResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get all collection information","tags":["CollectionService"]}},"/api/v1/collections":{"get":{"operationId":"CollectionService_GetCollections","parameters":[{"in":"query","name":"workspaceId","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCollectionsResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get all collections","tags":["CollectionService"]},"post":{"operationId":"CollectionService_CreateCollection","requestBody":{"$ref":"#/components/requestBodies/generatedEditCollectionRequest"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateCollectionResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create collection","tags":["CollectionService"]}},"/api/v2/collections/info/fetch":{"post":{"operationId":"CollectionV2Service_FetchCollectionInfosV2","responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetPaginatedCollectionInfosResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Fetch paginated collection information","tags":["CollectionV2Service"]}},"/api/v2/collections/info/{collectionId}":{"get":{"operationId":"CollectionV2Service_GetCollectionInfoV2","parameters":[{"in":"path","name":"collectionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCollectionInfoResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get collection information","tags":["CollectionV2Service"]}},"/api/v2/collections/info":{"get":{"operationId":"CollectionV2Service_GetCollectionInfosV2","parameters":[{"in":"query","name":"workspaceId","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetAllCollectionInfosResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get all collection information","tags":["CollectionV2Service"]}},"/api/v1/metrics/comparisons/tables":{"post":{"operationId":"ComparisonTableService_CreateComparisonTable","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateComparisonTableRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateComparisonTableResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create a comparison table","tags":["ComparisonTableService"]}},"/api/v1/metrics/comparisons/tables/{comparisonTableId}":{"delete":{"operationId":"ComparisonTableService_DeleteComparisonTable","parameters":[{"in":"path","name":"comparisonTableId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete a comparison table","tags":["ComparisonTableService"]},"get":{"operationId":"ComparisonTableService_GetComparisonTable","parameters":[{"in":"path","name":"comparisonTableId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetComparisonTableResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Retrieve a comparison table configuration","tags":["ComparisonTableService"]}},"/api/v1/metrics/comparisons/tables/info":{"post":{"operationId":"ComparisonTableService_GetComparisonTableInfos","requestBody":{"$ref":"#/components/requestBodies/generatedGetComparisonTableInfosRequest"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetComparisonTableInfosResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get information about comparison tables","tags":["ComparisonTableService"]}},"/api/v1/tables/{tableId}/delta-applicable-metric-types":{"get":{"operationId":"ComparisonTableService_GetDeltaApplicableMetricTypes","parameters":[{"in":"path","name":"tableId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetDeltaApplicableMetricTypesResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get list of metrics applicable for comparison tables and deltas","tags":["ComparisonTableService"]}},"/api/v1/metrics/comparisons/metrics/{comparisonMetricId}/groups/info":{"get":{"operationId":"ComparisonTableService_GetTableComparisonMetricGroupInfo","parameters":[{"in":"path","name":"comparisonMetricId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetTableComparisonMetricGroupInfoResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get info about the groups of a particular metric in a comparison table","tags":["ComparisonTableService"]}},"/api/v1/metrics/comparisons/tables/run/{comparisonTableId}":{"get":{"operationId":"ComparisonTableService_RunComparisonTable","parameters":[{"in":"path","name":"comparisonTableId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedRunComparisonTableResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Run a comparison table","tags":["ComparisonTableService"]}},"/api/v1/custom-rules":{"post":{"operationId":"CustomRuleService_CreateCustomRule","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateCustomRuleRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCustomRuleInfo"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create a custom rule","tags":["CustomRuleService"]}},"/api/v1/custom-rules/{customRuleId}":{"delete":{"operationId":"CustomRuleService_DeleteCustomRule","parameters":[{"in":"path","name":"customRuleId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete a custom rule","tags":["CustomRuleService"]},"get":{"operationId":"CustomRuleService_GetCustomRule","parameters":[{"in":"path","name":"customRuleId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCustomRuleInfo"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get a custom rule","tags":["CustomRuleService"]}},"/api/v1/custom-rules/{customRuleId}/revisions":{"get":{"operationId":"CustomRuleService_GetCustomRuleRevisions","parameters":[{"in":"path","name":"customRuleId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCustomRuleRevisionsResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get custom rule revisions","tags":["CustomRuleService"]}},"/api/v1/custom-rules/fetch":{"post":{"operationId":"CustomRuleService_GetCustomRules","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCustomRuleListRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCustomRuleListResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get custom rules","tags":["CustomRuleService"]}},"/api/v1/custom-rules/collection/{collectionId}":{"get":{"operationId":"CustomRuleService_GetCustomRulesForCollection","parameters":[{"in":"path","name":"collectionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCustomRuleListResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get all custom rules for a collection","tags":["CustomRuleService"]}},"/api/v1/custom-rules/warehouse/{warehouseId}":{"get":{"operationId":"CustomRuleService_GetCustomRulesForWarehouse","parameters":[{"in":"path","name":"warehouseId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetCustomRuleListResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get all custom rules for a warehouse","tags":["CustomRuleService"]}},"/api/v1/custom-rules/run/{customRuleId}":{"get":{"operationId":"CustomRuleService_RunCustomRule","parameters":[{"in":"path","name":"customRuleId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCustomRuleInfo"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Run a custom rule","tags":["CustomRuleService"]}},"/api/v1/custom-rules/{id}":{"put":{"operationId":"CustomRuleService_UpdateCustomRule","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCustomRule"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCustomRuleInfo"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Update a custom rule","tags":["CustomRuleService"]}},"/api/v1/deltas/bulk":{"put":{"operationId":"DeltaService_BulkOperationDeltas","requestBody":{"$ref":"#/components/requestBodies/generatedBulkDeltaOperation"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedBulkResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Perform bulk operations on deltas","tags":["DeltaService"]}},"/api/v1/deltas":{"post":{"operationId":"DeltaService_CreateDelta","requestBody":{"$ref":"#/components/requestBodies/generatedUpsertDeltaRequest"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpsertDeltaResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create a delta","tags":["DeltaService"]},"put":{"operationId":"DeltaService_EditDelta","requestBody":{"$ref":"#/components/requestBodies/generatedUpsertDeltaRequest"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpsertDeltaResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Update a delta","tags":["DeltaService"]}},"/api/v1/deltas/fetch":{"post":{"operationId":"DeltaService_FetchDeltas","requestBody":{"$ref":"#/components/requestBodies/generatedGetComparisonTableInfosRequest"},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetDeltaInfosResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Fetch deltas with filters and pagination","tags":["DeltaService"]}},"/api/v1/deltas/{deltaId}":{"delete":{"operationId":"DeltaService_DeleteDelta","parameters":[{"in":"path","name":"deltaId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete a delta by ID","tags":["DeltaService"]},"get":{"operationId":"DeltaService_GetDelta","parameters":[{"in":"path","name":"deltaId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedDelta"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get a delta by ID","tags":["DeltaService"]}},"/api/v1/deltas/run/{deltaId}":{"get":{"operationId":"DeltaService_RunDelta","parameters":[{"in":"path","name":"deltaId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedRunDeltaResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Run a delta by ID","tags":["DeltaService"]}},"/api/v1/dimensions/bulk":{"post":{"operationId":"DimensionService_BulkUpdateDimensions","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedBulkMoveDimensionRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetDimensionsListResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Bulk update dimensions","tags":["DimensionService"]}},"/api/v1/dimensions/{dimensionId}":{"delete":{"operationId":"DimensionService_DeleteDimension","parameters":[{"in":"path","name":"dimensionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete dimension","tags":["DimensionService"]},"put":{"operationId":"DimensionService_UpdateDimension","parameters":[{"in":"path","name":"dimensionId","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpsertDimensionRequestWrapper"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedDimension"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Update dimension","tags":["DimensionService"]}},"/api/v1/dimension/{dimensionId}":{"get":{"operationId":"DimensionService_GetDimension","parameters":[{"in":"path","name":"dimensionId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedDimension"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get dimension","tags":["DimensionService"]}},"/api/v1/dimensions":{"get":{"operationId":"DimensionService_GetDimensions","responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetDimensionsListResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get all dimensions","tags":["DimensionService"]},"post":{"operationId":"DimensionService_CreateDimension","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpsertDimensionRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedDimension"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create dimension","tags":["DimensionService"]}},"/api/v1/dimensions/assign-statistic":{"post":{"operationId":"DimensionService_SetStatDimension","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpsertStatDimensionRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedStatDimension"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Assign statistic (e.g., \"AVERAGE\") to dimension","tags":["DimensionService"]}},"/api/v1/issues/batch":{"put":{"operationId":"IssueService_BatchUpdateIssues","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpdateIssueBatchRequestWrapper"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpdateIssueBatchResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Batch update issues","tags":["IssueService"]}},"/api/v1/issues/bulk":{"put":{"operationId":"IssueService_BulkUpdateIssues","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedBulkIssueUpdate"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedBulkResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Performs bulk issues updates","tags":["IssueService"]}},"/api/v1/issues/{issueId}":{"get":{"operationId":"IssueService_GetIssue","parameters":[{"in":"path","name":"issueId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetIssuesResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get issue","tags":["IssueService"]},"put":{"operationId":"IssueService_UpdateIssue","parameters":[{"in":"path","name":"issueId","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpdateIssueRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedUpdateIssueResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Update issue","tags":["IssueService"]}},"/api/v1/issues/fetch":{"post":{"operationId":"IssueService_GetIssues","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetIssuesRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetIssuesResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get issues","tags":["IssueService"]}},"/api/v1/issues/tables/fetch":{"post":{"operationId":"IssueService_GetTableIssues","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetIssueTableSummaryRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetIssueTableSummaryResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get issues summary by table","tags":["IssueService"]}},"/api/v1/joins":{"post":{"operationId":"JoinService_CreateJoin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateOrUpdateJoinRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateOrUpdateJoinResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create join","tags":["JoinService"]}},"/api/v1/joins/{joinId}":{"delete":{"operationId":"JoinService_DeleteJoin","parameters":[{"in":"path","name":"joinId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete join","tags":["JoinService"]},"get":{"operationId":"JoinService_GetJoin","parameters":[{"in":"path","name":"joinId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedJoin"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get join","tags":["JoinService"]},"put":{"operationId":"JoinService_UpdateJoin","parameters":[{"in":"path","name":"joinId","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateOrUpdateJoinRequestWrapper"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedCreateOrUpdateJoinResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Update join","tags":["JoinService"]}},"/api/v1/joins/fetch":{"post":{"operationId":"JoinService_GetJoins","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetJoinsRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetJoinsResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get joins","tags":["JoinService"]}},"/api/v1/metric-observed-column/metric/{metricId}/backfill":{"post":{"operationId":"MetricObservedColumnService_BackfillMetricObservedColumns","parameters":[{"description":"The ID of the metric","in":"path","name":"metricId","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedEmpty"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Backfill metric observed columns for a specific metric\nThis endpoint automatically sets default observed columns for a metric based on its configuration","tags":["MetricObservedColumnService"]}},"/api/v1/metric-observed-column":{"post":{"operationId":"MetricObservedColumnService_CreateMetricObservedColumn","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedMetricObservedColumnRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedMetricObservedColumnResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Create a metric observed column relationship\nThis endpoint creates a relationship between a metric and a column that the metric observes","tags":["MetricObservedColumnService"]}},"/api/v1/metric-observed-column/delete":{"post":{"operationId":"MetricObservedColumnService_DeleteMetricObservedColumn","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedDeleteMetricObservedColumnRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedMetricObservedColumnResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Delete a metric observed column relationship\nThis endpoint removes the relationship between a metric and a column","tags":["MetricObservedColumnService"]}},"/api/v1/metric-observed-column/bulk-list":{"post":{"operationId":"MetricObservedColumnService_GetMetricObservedColumnsBulk","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedGetMetricObservedColumnBulkRequest"}}},"required":true},"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/generatedMetricObservedColumnListResponse"}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/runtimeError"}}}}},"summary":"Get metric observed columns in bulk\nThis endpoint allows fetching multiple metric observed column relati

# --- truncated at 32 KB (155 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/bigeye/refs/heads/main/openapi/bigeye-observability-openapi.json
Where this information came from

This is an independent, third-party profile of Bigeye Observability API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.