Activity
Get Org Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Org Activity Summary
Path Parameters
Query Parameters
Hours to look back
241 <= value <= 168Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/activity/summary"{
"total_requests": 0,
"successful_requests": 0,
"failed_requests": 0,
"avg_duration_ms": 0,
"total_tokens_used": 0,
"by_action": {
"property1": 0,
"property2": 0
},
"by_resource": {
"property1": 0,
"property2": 0
},
"start_time": "string",
"end_time": "string"
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Workspace Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Workspace Activity Summary
Path Parameters
Query Parameters
Hours to look back
241 <= value <= 168Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/activity/summary"{
"total_requests": 0,
"successful_requests": 0,
"failed_requests": 0,
"avg_duration_ms": 0,
"total_tokens_used": 0,
"by_action": {
"property1": 0,
"property2": 0
},
"by_resource": {
"property1": 0,
"property2": 0
},
"start_time": "string",
"end_time": "string"
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get User Activity
Path Parameters
Query Parameters
Filter by workspace
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/users/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get User Activity Summary
Path Parameters
Query Parameters
241 <= value <= 168Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/users/string/activity/summary"{
"total_requests": 0,
"successful_requests": 0,
"failed_requests": 0,
"avg_duration_ms": 0,
"total_tokens_used": 0,
"by_action": {
"property1": 0,
"property2": 0
},
"by_resource": {
"property1": 0,
"property2": 0
},
"start_time": "string",
"end_time": "string"
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get App Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/apps/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Endpoint Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/apps/string/endpoints/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Endpoint Activity Summary
Path Parameters
Query Parameters
241 <= value <= 168Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/apps/string/endpoints/string/activity/summary"{
"total_requests": 0,
"successful_requests": 0,
"failed_requests": 0,
"avg_duration_ms": 0,
"total_tokens_used": 0,
"by_action": {
"property1": 0,
"property2": 0
},
"by_resource": {
"property1": 0,
"property2": 0
},
"start_time": "string",
"end_time": "string"
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Augmentation Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/augmentations/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Action Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/activity/actions/string"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get Resource Activity
Path Parameters
Query Parameters
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/resources/string/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Search Workspace Activity
Path Parameters
Query Parameters
Filter by action: create, read, update, delete, execute, trigger
Filter by resource: workspace, app, endpoint, augmentation, etc.
Filter by user ID
Filter by status: success, error
Filter by minimum duration
Filter by maximum duration
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/workspaces/string/activity/search"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get My Activity
Path Parameters
Query Parameters
Filter by workspace
ISO timestamp
ISO timestamp
Maximum number of items to return (1-200)
501 <= value <= 200Cursor for pagination (from previous response's next_cursor)
Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/me/activity"{
"total": 0,
"has_more": false,
"next_cursor": "string",
"activities": [
{
"id": "string",
"timestamp": "string",
"trace_id": "string",
"user_id": "string",
"workspace_id": "string",
"app_id": "string",
"principal_type": "string",
"principal_id": "string",
"token_id": "string",
"token_type": "string",
"method": "string",
"path": "string",
"resource_type": "string",
"resource_id": "string",
"action": "string",
"status_code": 0,
"success": true,
"error_code": "string",
"duration_ms": 0,
"execution_id": "string",
"augmentation_id": "string",
"stages_completed": 0,
"total_stages": 0,
"token_usage": {
"property1": 0,
"property2": 0
},
"metadata": {}
}
]
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}Get My Activity Summary
Path Parameters
Query Parameters
241 <= value <= 168Header Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/v1/orgs/string/me/activity/summary"{
"total_requests": 0,
"successful_requests": 0,
"failed_requests": 0,
"avg_duration_ms": 0,
"total_tokens_used": 0,
"by_action": {
"property1": 0,
"property2": 0
},
"by_resource": {
"property1": 0,
"property2": 0
},
"start_time": "string",
"end_time": "string"
}{
"error": "AUTHENTICATION_FAILED",
"message": "Authentication required",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 401
}{
"error": "FORBIDDEN",
"message": "You don't have permission to perform this action",
"details": {
"required_permission": "resource:action"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 403
}{
"error": "RESOURCE_NOT_FOUND",
"message": "The requested resource was not found",
"details": {
"resource_type": "example",
"resource_id": "xxx"
},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 404
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"error": "INTERNAL_SERVER_ERROR",
"message": "An unexpected error occurred",
"details": {},
"timestamp": "2025-01-01T00:00:00.000000",
"status_code": 500
}