Get murals for a workspaceget https://app.mural.co/api/public/{version}/workspaces/{workspaceId}/muralsReturns all murals that the authenticated user owns or is a member of for a workspace. Authorization scope: murals:readPath ParamsworkspaceIdstringrequiredUnique identifier of a workspace.Query ParamsstatusstringenumWhen set, filter murals by active or archived status.activeactivearchivedAllowed:activearchivedsortBystringenumSort order: lastCreated - Descending, from most recent to least recent. lastModified - Descending, from most recent to least recent. oldest - Ascending, from least recent to most recent. lastCreatedlastCreatedlastModifiedoldestAllowed:lastCreatedlastModifiedoldestlimitintegerMaximum number of results to be returned by the endpoint.nextstringToken to get the next page of items.Responses 200Success 400Bad request 401No authorization 403Access denied 500API errorUpdated 8 days ago