Openpath orgs/cobalt API
The orgs/cobalt API from Openpath — 1 operation(s) for orgs/cobalt.
The orgs/cobalt API from Openpath — 1 operation(s) for orgs/cobalt.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/openpath-orgs-cobalt-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Openpath API Documentation auth Orgs/cobalt API
version: 1.0.0
description: Authentication and Login
servers:
- url: https://api.openpath.com
tags:
- name: orgs/cobalt
paths:
/orgs/{orgId}/cobalt/v0/generateActivityLogsFilter:
post:
summary: Receives a generateActivityLogsFilter request and passes it to cobalt to execute
operationId: generateActivityLogsFilter
description: '__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-rpt:r,o{params.orgId}-rpt:w,o{params.orgId}-rptGeneral:r,o{params.orgId}-rptGeneral:w,o:w,o:r,s-o:r,s-o:w<br/><br/>__Endpoint name__: generateActivityLogsFilter'
parameters:
- name: orgId
in: path
required: true
schema:
type: integer
tags:
- orgs/cobalt
security:
- jwt: []
responses:
'200':
description: Successful
content:
application/json:
schema:
type: object
properties:
data:
type: object
properties:
startTime:
type: number
endTime:
type: number
accessGroups:
type: array
items:
type: object
properties:
plaintext:
type: string
ids:
type: array
items:
type: number
matched:
type: boolean
required:
- plaintext
- ids
- matched
category:
type: array
items:
type: object
properties:
plaintext:
type: string
values:
type: array
items:
type: string
matched:
type: boolean
required:
- plaintext
- values
- matched
entries:
type: array
items:
type: object
properties:
plaintext:
type: string
ids:
type: array
items:
type: number
matched:
type: boolean
required:
- plaintext
- ids
- matched
event:
type: array
items:
type: object
properties:
plaintext:
type: string
values:
type: array
items:
type: string
matched:
type: boolean
required:
- plaintext
- values
- matched
result:
type: array
items:
type: object
properties:
plaintext:
type: string
values:
type: array
items:
type: string
matched:
type: boolean
required:
- plaintext
- values
- matched
sites:
type: array
items:
type: object
properties:
plaintext:
type: string
ids:
type: array
items:
type: number
matched:
type: boolean
required:
- plaintext
- ids
- matched
users:
type: array
items:
type: object
properties:
plaintext:
type: string
ids:
type: array
items:
type: number
matched:
type: boolean
required:
- plaintext
- ids
- matched
zones:
type: array
items:
type: object
properties:
plaintext:
type: string
ids:
type: array
items:
type: number
matched:
type: boolean
required:
- plaintext
- ids
- matched
meta:
type: object
properties:
accessToken:
type:
- object
- 'null'
properties:
scopeUpdatedAt:
type: string
format: date
siteSpecificAccess:
type:
- object
- 'null'
properties:
isSiteSpecific:
type: boolean
siteIds:
type:
- array
- 'null'
items:
type: integer
siteIdsByScope:
type:
- object
- 'null'
properties:
string:
type:
- array
- 'null'
items:
type: integer
x-op-scopes:
- o{params.orgId}-rpt:r
- o{params.orgId}-rpt:w
- o{params.orgId}-rptGeneral:r
- o{params.orgId}-rptGeneral:w
- o:w
- o:r
- s-o:r
- s-o:w
requestBody:
content:
application/json:
schema:
type: object
properties:
query:
type: string
sessionId:
type: string
required:
- query
components:
securitySchemes:
jwt:
type: apiKey
name: Authorization
in: header
x-proxy-enabled: false