title | description | ms.date | ms.topic |
---|---|---|---|
Fetch - Activities API |
This article describes the fetch request in the Defender for Cloud Apps Activities API. |
01/29/2023 |
reference |
Run the GET request to fetch the activity matching the specified primary key.
GET /api/v1/activities/<pk>/
Parameter | Description |
---|---|
pk | The ID of the activity |
Here is an example of the request.
curl -XGET -H "Authorization:Token <your_token_key>" "https://<tenant_id>.<tenant_region>.portal.cloudappsecurity.com/api/v1/activities/<pk>/"
Returns the specified activity in JSON format.
{
// activity record
}
[!INCLUDE Open support ticket]