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 7/6/2024, 5:26:02 PM