Error
Projects
Get download activity log
Get download activity log for a project, ordered by most recent first. Two pagination modes are supported:
- Offset mode: pass
page(1-indexed) andpageSize. Response includespage/totalResults/totalPageCount. - Cursor mode: pass
cursor(from a previous responseāsnextCursor) andpageSize.pageis ignored whencursoris provided. Avoids the count query sopage/totalResults/totalPageCountare null in the response.
GET
Error
Documentation Index
Fetch the complete documentation index at: https://lightdash-mintlify-238a1295.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
number of items per page
page number (1-indexed); defaults to 1 if omitted
opaque cursor from a previous response's nextCursor