Get Activity Logs (v1)
Method + Path
GET /v1/workspace/:workspaceId/activity-logs
Actual backend path: /v1/workspace/:workspaceId/activity-logs
Description
Get Activity Logs
Authentication
Not required
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Content-Type | string | Yes | application/json |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Path parameter: workspaceId |
Response (200)
Response data
{
"activity-logs": {
"id": "507f1f77bcf86cd799439011",
"name": "Example",
"createdAt": "2024-01-15T10:00:00Z"
}
}
Common Errors
- 400 Bad Request: Invalid request body or query parameters
- 404 Not Found: Resource not found
- 500 Internal Server Error: Server error