List all writeback requests in a given CDF project. If more instances exist than what the limit specifies, a pagination cursor is returned in the response body.
List of endpoints and an optional cursor.
The response for a bad request.
Validation Error
{- "items": [
- {
- "requestId": "string",
- "request": [
- {
- "key": "string",
- "sapObjectId": "string"
}
], - "status": "pending",
- "createdTime": 1730204346000,
- "errorMessage": "string",
- "lastUpdatedTime": 1730204346000
}
], - "nextCursor": "string"
}