7.2.1.20. Analysis Sessions API¶
- The Analysis Sessions API has one main entry point:
/api/analysis_sessionallows for querying for currently running analysis sessions.
Endpoints¶
GET |
Receive a list of active analysis sessions |
- GET /api/analysis_session¶
Receive a list of active analysis sessions.
Since: 7.12.0
Get a list of all active analysis sessions for which a user has permissions.
- Parameters:
projectName – query
An optional filter argument. Only sessions that are affiliated with the given project are returned.
- Status Codes:
200 OK –
Body Type: Array of
AnalysisSessionThe list of all analysis sessions, optionally filtered by project.
Types¶
Analysis Session |
- AnalysisSession¶
Analysis Session.
Since: 7.12.0
- Properties:
sessionId (string) The ID that is given to an analysis session.
project (string) The name of the project this analysis session will update or create.