List actors with a failed resync job.
Output
Encoding
application/jsonfailures
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"failures"
],
"properties": {
"failures": {
"type": "array",
"items": {
"type": "object",
"required": [
"did",
"attempts",
"enqueuedAt"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string"
},
"attempts": {
"type": "integer"
},
"indexedAt": {
"type": "string",
"format": "datetime"
},
"lastError": {
"type": "string"
},
"enqueuedAt": {
"type": "string",
"format": "datetime"
}
}
}
}
}
},
"encoding": "application/json"
},
"description": "List actors with a failed resync job."
}