---
title: "Cloud Activities"
method: GET
path: "/api/v2/CloudActivities"
tags: ["CloudActivities"]
---

# Cloud Activities

`GET /api/v2/CloudActivities`

Get cloud activity details by invoking the following endpoint:

  > `GET https://YourAccount.lacework.net/api/v2/CloudActivities` 

 Optionally filter by specifying the `startTime` and `endTime` of a time range using the following formats:

  * `yyyy-MM-dd` for example, `2020-12-18` 

  * `yyyy-MM-ddTHH` for example, `2020-12-18T08` 

  * `yyyy-MM-ddTHH:mm:ssZ` for example, `2020-12-18T08:00:00Z` 

  * `yyyy-MM-ddTHH:mm:ss.SSSZ` for example, `2020-12-18T08:00:00.000Z` 

 To use the current time as the end time, exclude the endTime  parameter. 


  Here is an example invocation: 

  > `GET https://YourAccount.lacework.net/api/v2/CloudActivities?startTime=2020-12-11T08:00:00Z&endTime=2020-12-18T08:00:00Z` 

 To use the current time as the end time, exclude the endTime  parameter.

## Query parameters

- `startTime` string
- `endTime` string

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

No Error (List of Cloud Activities)

- object
  - `paging` PagingSchema — Details of the response's pagination
    - `rows` number — The number of rows displayed on each page
    - `totalRows` number — The number of rows returned from the query
    - `urls` object — Pagination-related URLs
      - `nextPage` string — The next page's URL
  - `data` CloudActivitiesResponseSchema[]
    - `startTime` string
    - `endTime` string
    - `eventType` string
    - `eventId` number
    - `eventModel` string
    - `eventActor` string
    - `entityMap` object

## Other responses

- `204` — No Data
- `4XX` — Client Error
- `5XX` — Internal Server Error

---

[API](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation.md) · [All operations](https://skmtc.net/lacework/apis/forticnapp-api-2-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lacework/forticnapp-api-2-0-documentation/revisions/7015f76895f2/schema)
