List all agent errors in descending order with backward pagination. You can optionally filter dismissed or not dismissed errors.
Filter agent errors that either were dismissed or were not.
Last agent errors.
Agents errors before the given cursor.
An Agent Error represent an error that occurred on an agent. It can be an invalid configuration, or a malfunctioning plugin. These come directly from agents. Any agent that has errors since the last time it was updated will be marked as "errored". Errors can be dismissed by the user.
OK
Create a new agent error. This endpoint should be called directly by agents themselves. Notice that if there is an error that matches exactly and has not been dismissed yet since the last time the config was updated, then the error will be simply ignored and not persisted.
Request body required to create a new Agent Error.
[config] section 'foo' tried to instance a plugin name that don't exists
Response body after creating a new Agent Error.
Created