Skip to main content
Glama
opus-08-job-audit-log.md974 B
# Job Audit Log **GET** /job/{jobExecutionId}/audit Opus allows you to retrieve a detailed, timestamped log of all system actions taken during the job's execution. ## Parameters **jobExecutionId** *required* `string` - ID of the job to executed --- ## Responses **Code:** `200` **Media Type:** `application/json` *Controls Accept header ### Example Response ```json { "jobExecutionId": "2514", "auditTrail": [ { "timestamp": "2025-10-27T12:32:00Z", "actor": "SYSTEM", "action": "Job initiated" }, { "timestamp": "2025-10-27T12:33:15Z", "actor": "SYSTEM", "action": "File validated and processed" }, { "timestamp": "2025-10-27T12:34:10Z", "actor": "SYSTEM", "action": "Job completed successfully" } ] } ``` ### Schema: ```json { "jobExecutionId": "string", "auditTrail": [ { "timestamp": "string", "actor": "string", "action": "string" } ] } ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Moenamatics/Opus-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server