Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L2: Recommended - Batch Jobs > Logs #56

Open
7 tasks
PondiB opened this issue Dec 30, 2024 · 0 comments
Open
7 tasks

L2: Recommended - Batch Jobs > Logs #56

PondiB opened this issue Dec 30, 2024 · 0 comments
Assignees

Comments

@PondiB
Copy link
Collaborator

PondiB commented Dec 30, 2024

Batch Jobs > Logs

  • GET /jobs/{id}/logs: Is supported (with authentication)
  • GET /jobs/{id}/logs > offset parameter: Supports query parameter offset; only returns log entries that were logged after the given offset
  • GET /jobs/{id}/logs: Valid response with at least logs and links as arrays
  • GET /jobs/{id}/logs > level: Level property is available if log_level has been set for the job or the level parameter has been provided
  • GET /jobs/{id}/logs > logs: The served log entries are valid according to the specification (id, level, and message are required)
  • GET /jobs/{id}/logs > logs: Time is supported; core and data are supported if applicable
  • GET /jobs/{id}/logs > logs: The message is short and concise, doesn't contain full stack traces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants