List content validation results

GET https://manage.kontent.ai/v2/projects/:environment_id/validate-async/tasks/:task_id/issues

Retrieves a dynamically paginated list of content validation issues.

This endpoint requires either a Management API key with the Read content permission or a Personal API key.

HEADERS

KeyDatatypeRequiredDescription
x-continuationstringDetermines the page of results to retrieve.

To get the next page of results, check the pagination object in the API response and set the x-continuation header parameter to the value of the continuation_token property. | | Accept | string | | |

RESPONSES

status: OK

{"issues":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"pagination":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}