Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 818 Bytes

api-activities-fetch.md

File metadata and controls

45 lines (30 loc) · 818 Bytes
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

Fetch - Activities API

Run the GET request to fetch the activity matching the specified primary key.

HTTP request

GET /api/v1/activities/<pk>/

Request URL parameters

Parameter Description
pk The ID of the activity

Example

Request

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>/"

Response

Returns the specified activity in JSON format.

{
  // activity record
}

[!INCLUDE Open support ticket]