List deleted projectsAsk AIget https://go.v7labs.com/api/workspaces/{workspace_id}/trashLists all soft deleted projects in the workspace.Path Paramsworkspace_iduuidrequiredQuery Paramsorder_byarray of strings | nullList of field names to order byProjects.ListDeletedProjectsOrderByADD stringorder_directionsarray of strings | nullList of order directions for the fields in order_byPagination.OrderDirectionsADD stringlimitinteger | null≥ 0The maximum number of records to return when using offset paginationoffsetinteger | null≥ 0The offset to use when paginating recordsfirstinteger | nullThe number of records to return after the provided cursor; used in combination with afterlastinteger | nullThe number of records to return for before the provided cursor; used in combination with beforeafterstring | nullA base64 encoded value representing a cursor, or an element ID if applicablebeforestring | nullA base64 encoded value representing a cursor, or an element ID if applicableResponses 200Projects.ListDeletedProjectsResponse 400Common.APIError 401Common.APIError 403Common.APIError 404Common.APIError 409Common.APIError 422Common.APIError 500Common.APIErrorCallbackUpdated about 1 month ago