Skip to main content
GET
/
team
/
{teamId}
/
report
/
{reportType}
/
{format}
Generate aggregated security report for a Team
curl --request GET \
  --url https://us.cybedefend.com/team/{teamId}/report/{reportType}/{format} \
  --header 'Authorization: Bearer <token>'
{
  "timestamp": "2025-02-18T12:31:18.491Z",
  "service": "AiService",
  "method": "startConversation",
  "message": "Invalid parameters provided",
  "code": 400
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
string<uuid>
required
reportType
enum<string>
required

Type of report to generate

Available options:
owasp,
cwe
format
enum<string>
required

Output format

Available options:
json,
html,
pdf

Query Parameters

detailed
enum<string>

Whether to include detailed information in the report

Available options:
true,
false
Example:

"true"

Response

Team report generated successfully