auth0 / auth0.net

.NET client for the Auth0 Authentication & Management APIs.
https://auth0.com
MIT License
325 stars 163 forks source link

Implement the Job Error Details endpoint #620

Open clongo opened 1 year ago

clongo commented 1 year ago

Checklist

Describe the problem you'd like to have solved

This endpoint is not implemented in the Jobs Client https://auth0.com/docs/api/management/v2#!/Jobs/get_errors

Describe the ideal solution

A simple implementation of this endpoint in the Jobs client https://auth0.com/docs/api/management/v2#!/Jobs/get_errors

Alternatives and current workarounds

No response

Additional context

No response

frederikprijck commented 1 year ago

Thanks for reaching out, this has been requested before but I am happy to reconsider my earlier comment. Let me give it an other look to see if this is something we can, be it partially, support.

clongo commented 1 year ago

Thank you. From what I understand reading through the documentation of the different Job endpoints it looks like only the User Import jobs have a response for the error details. However, there could be other documentation on the endpoint I am unaware of. Please let me know if an implementation is possible.