Skip to main content
GET
/
api
/
v1
/
analytics
/
user-activity
/
{projectUuid}
/
download-activity
Error
A valid request URL is required to generate request examples
{
  "results": {
    "pagination": {
      "nextCursor": "<string>",
      "totalResults": 123,
      "totalPageCount": 123,
      "page": 123,
      "pageSize": 123
    },
    "data": [
      {
        "originalQueryContext": "<string>",
        "downloadedAt": "2023-11-07T05:31:56Z",
        "fileType": "<string>",
        "userLastName": "<string>",
        "userFirstName": "<string>",
        "userUuid": "<string>",
        "queryUuid": "<string>",
        "downloadUuid": "<string>"
      }
    ]
  },
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lightdash.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectUuid
string
required

Query Parameters

pageSize
number<double>
required

number of items per page

page
number<double>

page number (1-indexed); defaults to 1 if omitted

cursor
string

opaque cursor from a previous response's nextCursor

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok