Logs
Project logs provide detailed information about every action taken with your project. Project logs are read only can cannot be modified.
get
Lists all logs from a project
Required attributes
| projectId | string | Your projectId |
Optional attributes
| None |
Request
get
/api/projects/:projectId/logs
Response
get
Fetches a single project log by a provided log ID
Required attributes
| projectId | string | Your project ID |
| logId | string | The log ID for the log to retrieve |
Optional attributes
| None |
Request
get
/api/projects/:projectId/logs/:logId
Response
Last modified 1/14/2025, 4:56:24 PM