Cursor integration (Developer Tools, AI). Imported from open-connector.
https://api.cursor.com/teams/members
/teams/audit-logs
| Param | Type | Required | Description |
|---|---|---|---|
| startTime | string | optional | The start time as a Cursor date shortcut, ISO timestamp, date, or Unix timestam… |
| endTime | string | optional | The end time as a Cursor date shortcut, ISO timestamp, date, or Unix timestamp. |
| eventTypes | array | optional | Cursor audit event types to include. |
| search | string | optional | A search term used to filter audit events. |
| page | integer | optional | The 1-indexed page number to request. |
| pageSize | integer | optional | The number of records to return per page. |
| users | array | optional | User emails or encoded Cursor user IDs to filter by. |
/teams/daily-usage-data
| Param | Type | Required | Description |
|---|---|---|---|
| startDate | integer | required | The inclusive start date in epoch milliseconds. |
| endDate | integer | required | The inclusive end date in epoch milliseconds. |
| page | integer | optional | The 1-indexed page number to request. |
| pageSize | integer | optional | The number of users to return per page. |
/teams/spend
| Param | Type | Required | Description |
|---|---|---|---|
| searchTerm | string | optional | Search text matched against user names and emails. |
| sortBy | string | optional | The field used to sort spending rows. |
| sortDirection | string | optional | The sort direction for spending rows. |
| page | integer | optional | The 1-indexed page number to request. |
| pageSize | integer | optional | The number of spending rows to return per page. |