External DocumentationTo learn more, visit the PortSwigger Burp Suite DAST documentation.
Actions
Get Site
Get details of a site using its corresponding site ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Site ID | The ID of the site to get information for. Can be retrieved from the ‘List Sites’ action. |
{
"data": {
"site": {
"id": "20",
"name": null,
"parent_id": "0",
"ephemeral": false,
"scope_v2": {
"start_urls": [],
"in_scope_url_prefixes": [],
"out_of_scope_url_prefixes": [],
"protocol_options": null
},
"scan_configurations": [],
"extensions": [],
"application_logins": {
"login_credentials": [],
"recorded_logins": []
},
"email_recipients": [],
"agent_pool": {
"id": null,
"name": null,
"agents": []
},
"slack_channels": [],
"settings": {
"request_headers": [],
"request_cookies": []
}
}
}
}
Was this page helpful?