{
"recons": [
{
"recon_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recon_type": "RECON_TYPE_UNSPECIFIED",
"state": "RECON_STATE_UNSPECIFIED",
"created_at": "2023-11-07T05:31:56Z",
"reason": "<string>",
"recommendation": "<string>",
"result": {},
"ended_at": "2023-11-07T05:31:56Z"
}
],
"next_page_url": "<string>"
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Reconnaissance
List all recon for a project
GET
/
v1
/
beta
/
projects
/
{project_id}
/
recons
{
"recons": [
{
"recon_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recon_type": "RECON_TYPE_UNSPECIFIED",
"state": "RECON_STATE_UNSPECIFIED",
"created_at": "2023-11-07T05:31:56Z",
"reason": "<string>",
"recommendation": "<string>",
"result": {},
"ended_at": "2023-11-07T05:31:56Z"
}
],
"next_page_url": "<string>"
}{
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the project
Query Parameters
Opaque token provided for the next page of results
Maximum number of items per page

